aboutsummaryrefslogtreecommitdiff
path: root/testsuite/seq.tests
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-03-01 16:32:35 +0000
committerRob Landley <rob@landley.net>2006-03-01 16:32:35 +0000
commit93f2286e6e59dab5eed14b5912a79254031c5a62 (patch)
treee43b6439e26ce0da2c3c3110f3781633cb154175 /testsuite/seq.tests
parente8e7811fb471ae11868db8f715c06960bba8637b (diff)
downloadbusybox-93f2286e6e59dab5eed14b5912a79254031c5a62.tar.gz
When gnu fails this one we shouldn't let it _hang_...
Diffstat (limited to 'testsuite/seq.tests')
-rwxr-xr-xtestsuite/seq.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/seq.tests b/testsuite/seq.tests
index 40ad99e62..b40a6b54d 100755
--- a/testsuite/seq.tests
+++ b/testsuite/seq.tests
@@ -26,6 +26,6 @@ testing "seq count wrong way #1" "4 -2 8" "" "" ""
testing "seq count wrong way #2" "8 2 4" "" "" ""
testing "seq count by .3" "3 .3 4" "3\n3.3\n3.6\n3.9\n" "" ""
testing "seq count by -.9" ".7 -.9 -2.2" "0.7\n-0.2\n-1.1\n-2\n" "" ""
-testing "seq count by zero" "4 0 8" "" "" ""
+testing "seq count by zero" "4 0 8 | head -n 10" "" "" ""
exit $FAILCOUNT