mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 20:12:44 +00:00
libarchive: backport PR #2386 (fixes output of one test)
MFC after: 6 days
This commit is contained in:
parent
edc692b905
commit
6c40282284
@ -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 New Issue
Block a user