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) |
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 @@ # Usage: # runtest [applet1] [applet2...] -. testing.sh +. ./testing.sh # Run one old-style test. # Tests are stored in applet/testcase shell scripts. |