diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-13 14:30:33 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-13 14:30:33 +0000 |
commit | 3b92eaac53e1557ea923d6a395f753224a73d676 (patch) | |
tree | 8d347a473b8be1b9fb8d27954cb39e7d50b2ae25 /testsuite/runtest | |
parent | 75cddd8eb514082c8f9945ae1976f97c4b0413b4 (diff) | |
download | busybox-w32-3b92eaac53e1557ea923d6a395f753224a73d676.tar.gz busybox-w32-3b92eaac53e1557ea923d6a395f753224a73d676.tar.bz2 busybox-w32-3b92eaac53e1557ea923d6a395f753224a73d676.zip |
sort: -z outputs NUL terminated lines. Closes bug 1591.
Diffstat (limited to 'testsuite/runtest')
-rwxr-xr-x | testsuite/runtest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/runtest b/testsuite/runtest index 93d5ed6e1..fc8392ac5 100755 --- a/testsuite/runtest +++ b/testsuite/runtest | |||
@@ -1,5 +1,8 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # Usage: | ||
4 | # runtest [applet1] [applet2...] | ||
5 | |||
3 | # Run one old-style test. | 6 | # Run one old-style test. |
4 | # Tests are stored in applet/testcase shell scripts. | 7 | # Tests are stored in applet/testcase shell scripts. |
5 | # They are run using "sh -x -e applet/testcase". | 8 | # They are run using "sh -x -e applet/testcase". |