aboutsummaryrefslogtreecommitdiff
path: root/tests/factor.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/factor.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/factor.test')
-rwxr-xr-xtests/factor.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/factor.test b/tests/factor.test
index 2ec557a3..b556c3a7 100755
--- a/tests/factor.test
+++ b/tests/factor.test
@@ -4,9 +4,9 @@
#testing "name" "command" "result" "infile" "stdin"
-testing "-32" "factor -32" "-32: -1 2 2 2 2 2\n" "" ""
-testing "0" "factor 0" "0: 0\n" "" ""
-testing "1" "factor 1" "1: 1\n" "" ""
+toyonly testing "-32" "factor -32" "-32: -1 2 2 2 2 2\n" "" ""
+toyonly testing "0" "factor 0" "0: 0\n" "" ""
+toyonly testing "1" "factor 1" "1: 1\n" "" ""
testing "2" "factor 2" "2: 2\n" "" ""
testing "3" "factor 3" "3: 3\n" "" ""
testing "4" "factor 4" "4: 2 2\n" "" ""