aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/run-all
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-11-23 12:50:54 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-11-23 12:50:54 +0000
commitf962a0354e2426ef9781df97e4b02b32e438783c (patch)
tree4e0b3363932fbc0a30d5242b58ca5a0fea48d2a8 /shell/hush_test/run-all
parentf23c3f95e88302923147f159115180da7cf0344e (diff)
downloadbusybox-f962a0354e2426ef9781df97e4b02b32e438783c.tar.gz
hush: plug memory leak
Diffstat (limited to 'shell/hush_test/run-all')
-rwxr-xr-xshell/hush_test/run-all1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/hush_test/run-all b/shell/hush_test/run-all
index ec8323008..0d40ae6df 100755
--- a/shell/hush_test/run-all
+++ b/shell/hush_test/run-all
@@ -31,6 +31,7 @@ do_test()
test -x "$x" || continue
name="${x%%.tests}"
test -f "$name.right" || continue
+# echo Running test: "$name.right"
{
"$THIS_SH" "./$x" >"$name.xx" 2>&1
diff -u "$name.xx" "$name.right" >"../$1-$x.fail" && rm -f "$name.xx" "../$1-$x.fail"