diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-18 16:34:01 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-18 16:34:01 +0200 |
commit | 875f782b127d1eee2c40cbc597a6a712a1405c9e (patch) | |
tree | c36d4122689b5e56c88f869d8a5e4ea5b79ebf4c /testsuite/runtest | |
parent | 6ae6426a7485b5835c23aea198b3065f491d918b (diff) | |
download | busybox-w32-875f782b127d1eee2c40cbc597a6a712a1405c9e.tar.gz busybox-w32-875f782b127d1eee2c40cbc597a6a712a1405c9e.tar.bz2 busybox-w32-875f782b127d1eee2c40cbc597a6a712a1405c9e.zip |
minor tweaks in testsuite
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/runtest')
-rwxr-xr-x | testsuite/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/runtest b/testsuite/runtest index 2428f6c36..3ff4b96da 100755 --- a/testsuite/runtest +++ b/testsuite/runtest | |||
@@ -2,7 +2,7 @@ | |||
2 | # Usage: | 2 | # Usage: |
3 | # runtest [applet1] [applet2...] | 3 | # runtest [applet1] [applet2...] |
4 | 4 | ||
5 | . testing.sh | 5 | . ./testing.sh |
6 | 6 | ||
7 | # Run one old-style test. | 7 | # Run one old-style test. |
8 | # Tests are stored in applet/testcase shell scripts. | 8 | # Tests are stored in applet/testcase shell scripts. |