diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-01 16:32:35 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-01 16:32:35 +0000 |
commit | e04d15038c48aceb093d79fc8e69e5d88b670a24 (patch) | |
tree | e43b6439e26ce0da2c3c3110f3781633cb154175 | |
parent | fe3445985b378ed3cc8d2faa3acd6baafebb941c (diff) | |
download | busybox-w32-e04d15038c48aceb093d79fc8e69e5d88b670a24.tar.gz busybox-w32-e04d15038c48aceb093d79fc8e69e5d88b670a24.tar.bz2 busybox-w32-e04d15038c48aceb093d79fc8e69e5d88b670a24.zip |
When gnu fails this one we shouldn't let it _hang_...
git-svn-id: svn://busybox.net/trunk/busybox@14395 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rwxr-xr-x | testsuite/seq.tests | 2 |
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" "" "" "" | |||
26 | testing "seq count wrong way #2" "8 2 4" "" "" "" | 26 | testing "seq count wrong way #2" "8 2 4" "" "" "" |
27 | testing "seq count by .3" "3 .3 4" "3\n3.3\n3.6\n3.9\n" "" "" | 27 | testing "seq count by .3" "3 .3 4" "3\n3.3\n3.6\n3.9\n" "" "" |
28 | testing "seq count by -.9" ".7 -.9 -2.2" "0.7\n-0.2\n-1.1\n-2\n" "" "" | 28 | testing "seq count by -.9" ".7 -.9 -2.2" "0.7\n-0.2\n-1.1\n-2\n" "" "" |
29 | testing "seq count by zero" "4 0 8" "" "" "" | 29 | testing "seq count by zero" "4 0 8 | head -n 10" "" "" "" |
30 | 30 | ||
31 | exit $FAILCOUNT | 31 | exit $FAILCOUNT |