mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
libarchive: backport PR #2386 (fixes output of one test)
(cherry picked from commit 6c40282284)
This commit is contained in:
parent
2ae238160f
commit
b21c677ed2
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ DEFINE_TEST(test_extract_tar_absolute_paths)
|
|||
UNLINK(temp_absolute_file_name);
|
||||
|
||||
// Extracting the archive without -P / --absolute-paths should strip leading drive letter or slash
|
||||
r = systemf("%s -xf test.tar", testprog);
|
||||
r = systemf("%s -xf test.tar 2>test.err", testprog);
|
||||
assertEqualInt(r, 0);
|
||||
assertFileNotExists(temp_absolute_file_name);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue