summaryrefslogtreecommitdiffstats
path: root/usr.bin/cpio/test/test_passthrough_reverse.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cpio/test/test_passthrough_reverse.c')
-rw-r--r--usr.bin/cpio/test/test_passthrough_reverse.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cpio/test/test_passthrough_reverse.c b/usr.bin/cpio/test/test_passthrough_reverse.c
index b049ae5..84b2d72 100644
--- a/usr.bin/cpio/test/test_passthrough_reverse.c
+++ b/usr.bin/cpio/test/test_passthrough_reverse.c
@@ -75,7 +75,8 @@ DEFINE_TEST(test_passthrough_reverse)
assertEqualInt(0, chdir("out"));
/* Verify stderr and stdout. */
- assertFileContents("out/dir/file\nout/dir\n", 21, "../stderr");
+ assertFileContents("out/dir/file\nout/dir\n1 block\n", 29,
+ "../stderr");
assertEmptyFile("../stdout");
/* dir */
OpenPOWER on IntegriCloud