aboutsummaryrefslogtreecommitdiff
path: root/tests/cpio.test
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2020-05-13 03:39:52 -0500
committerRob Landley <rob@landley.net>2020-05-13 03:39:52 -0500
commit92cc04b08649dc52c9edd9c01212c3106d00b08b (patch)
tree69ac8215e03e434f4d49eff5a05e75bd0119f810 /tests/cpio.test
parent75833aa33e587ea75fb9e9eee7b6ce593798be3a (diff)
downloadtoybox-92cc04b08649dc52c9edd9c01212c3106d00b08b.tar.gz
More tests that don't pass TEST_HOST. (The file one is checking for
overly-specific output again.)
Diffstat (limited to 'tests/cpio.test')
-rwxr-xr-xtests/cpio.test2
1 files changed, 1 insertions, 1 deletions
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