summaryrefslogtreecommitdiffstats
path: root/usr.bin/cpio/test/test_basic.c
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2008-08-24 06:21:00 +0000
committerkientzle <kientzle@FreeBSD.org>2008-08-24 06:21:00 +0000
commit0563028aefc9664cb599ee63480a74b3f19db234 (patch)
tree6f282445ad62d32a46858241d05c100e0f383b89 /usr.bin/cpio/test/test_basic.c
parent5f09367fcae56d552adcf3cadfee2cf2d37e94ae (diff)
downloadFreeBSD-src-0563028aefc9664cb599ee63480a74b3f19db234.zip
FreeBSD-src-0563028aefc9664cb599ee63480a74b3f19db234.tar.gz
Update the total archive byte counters when writing entries to disk using
archive_write_disk. Update cpio to use this to emit block counts in -p mode. Update cpio tests to verify these block counts.
Diffstat (limited to 'usr.bin/cpio/test/test_basic.c')
-rw-r--r--usr.bin/cpio/test/test_basic.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/cpio/test/test_basic.c b/usr.bin/cpio/test/test_basic.c
index 67381ce..c707ad0 100644
--- a/usr.bin/cpio/test/test_basic.c
+++ b/usr.bin/cpio/test/test_basic.c
@@ -151,10 +151,7 @@ passthrough(const char *target)
/* Verify stderr. */
failure("Error invoking %s -p in dir %s",
testprog, target);
- /* gcpio 2.9 writes "1 block" to stderr */
- /* assertFileContents("1 block\n", 8, "stderr"); */
- /* bsdcpio writes nothing to stderr for passthrough mode */
- assertFileContents("", 0, "stderr");
+ assertFileContents("1 block\n", 8, "stderr");
verify_files(target);
chdir("..");
OpenPOWER on IntegriCloud