diff options
Diffstat (limited to 'usr.bin/cpio/test/test_passthrough_dotdot.c')
-rw-r--r-- | usr.bin/cpio/test/test_passthrough_dotdot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/cpio/test/test_passthrough_dotdot.c b/usr.bin/cpio/test/test_passthrough_dotdot.c index 629d9d6..f8c2c06 100644 --- a/usr.bin/cpio/test/test_passthrough_dotdot.c +++ b/usr.bin/cpio/test/test_passthrough_dotdot.c @@ -71,7 +71,7 @@ DEFINE_TEST(test_passthrough_dotdot) assertEqualInt(0, chdir("..")); /* Verify stderr and stdout. */ - assertFileContents("../.\n../file\n", 13, "stderr"); + assertFileContents("../.\n../file\n1 block\n", 21, "stderr"); assertEmptyFile("stdout"); /* Regular file. */ |