aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runtest
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-02-13 14:30:33 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-02-13 14:30:33 +0000
commit3b92eaac53e1557ea923d6a395f753224a73d676 (patch)
tree8d347a473b8be1b9fb8d27954cb39e7d50b2ae25 /testsuite/runtest
parent75cddd8eb514082c8f9945ae1976f97c4b0413b4 (diff)
downloadbusybox-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-xtestsuite/runtest3
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".