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) |
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 @@ #!/bin/sh +# Usage: +# runtest [applet1] [applet2...] + # Run one old-style test. # Tests are stored in applet/testcase shell scripts. # They are run using "sh -x -e applet/testcase". |