From 92cc04b08649dc52c9edd9c01212c3106d00b08b Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 13 May 2020 03:39:52 -0500 Subject: More tests that don't pass TEST_HOST. (The file one is checking for overly-specific output again.) --- tests/cpio.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cpio.test') diff --git a/tests/cpio.test b/tests/cpio.test index 5158efa4..7231ba0f 100755 --- a/tests/cpio.test +++ b/tests/cpio.test @@ -33,7 +33,7 @@ rm a bb ccc dddd # archive dangling symlinks and empty files even if we cannot open them touch a; chmod a-rwx a; ln -s a/cant b -testing "archives unreadable empty files" "cpio -o -H newc|cpio -it" "a\nb\n" "" "a\nb\n" +toyonly testing "archives unreadable empty files" "cpio -o -H newc|cpio -it" "a\nb\n" "" "a\nb\n" chmod u+rw a; rm -f a b -- cgit v1.2.3