svn commit: trunk/busybox/testsuite
landley at busybox.net
landley at busybox.net
Sun Sep 4 11:13:11 UTC 2005
Author: landley
Date: 2005-09-04 04:13:10 -0700 (Sun, 04 Sep 2005)
New Revision: 11323
Log:
Remove trailing crud from busybox.tests. (Sleep deprivation strikes again...)
Modified:
trunk/busybox/testsuite/busybox.tests
Changeset:
Modified: trunk/busybox/testsuite/busybox.tests
===================================================================
--- trunk/busybox/testsuite/busybox.tests 2005-09-04 11:10:37 UTC (rev 11322)
+++ trunk/busybox/testsuite/busybox.tests 2005-09-04 11:13:10 UTC (rev 11323)
@@ -45,79 +45,4 @@
rm -f busybox-suffix unknown
-exit
-
-General cleanup of command line parsing to allow "busybox" to work as a prefix.
-(I.E. any argv[0] that starts with "busybox" winds up in busybox_main().)
-
-Tests:
-./busybox
-./busybox-walrus
-./busybox ls
-./busybox-walrus ls
-./busybox --help
-./busybox-walrus --help
-./busybox --help ls
-./busybox-walrus --help ls
-./busybox --help walrus
-./busybox-walrus --help walrus
-
-
-
-
-
-
-
-
-
-# These tests require the full option set.
-
-# Longish chunk of data re-used by the next few tests
-
-data="42 1 3 woot
-42 1 010 zoology
-egg 1 2 papyrus
-7 3 42 soup
-999 3 0 algebra
-"
-
-# Sorting with keys
-
-testing "sort one key" "-k4,4 input" \
-"999 3 0 algebra
-egg 1 2 papyrus
-7 3 42 soup
-42 1 3 woot
-42 1 010 zoology
-" "$data" ""
-
-testing "sort key range with numeric option" "-k2,3n input" \
-"42 1 010 zoology
-42 1 3 woot
-egg 1 2 papyrus
-7 3 42 soup
-999 3 0 algebra
-" "$data" ""
-
-# Busybox is definitely doing this one wrong just now...
-
-testing "sort key range with numeric option and global reverse" \
-"-k2,3n -r input" \
-"egg 1 2 papyrus
-42 1 3 woot
-42 1 010 zoology
-999 3 0 algebra
-7 3 42 soup
-" "$data" ""
-
-#
-
-testing "sort key range with multiple options" "-k2,3rn input" \
-"7 3 42 soup
-999 3 0 algebra
-42 1 010 zoology
-42 1 3 woot
-egg 1 2 papyrus
-" "$data" ""
-
exit $FAILCOUNT
More information about the busybox-cvs
mailing list