cpio -v emits a line for every item copied.
This commit is contained in:
parent
e1a151cc51
commit
2ba5121e5d
@ -71,7 +71,7 @@ DEFINE_TEST(test_passthrough_dotdot)
|
||||
assertEqualInt(0, chdir(".."));
|
||||
|
||||
/* Verify stderr and stdout. */
|
||||
assertFileContents("../file\n", 8, "stderr");
|
||||
assertFileContents("../.\n../file\n", 13, "stderr");
|
||||
assertEmptyFile("stdout");
|
||||
|
||||
/* Regular file. */
|
||||
|
Loading…
Reference in New Issue
Block a user