summaryrefslogtreecommitdiffstats
path: root/test/run-test
diff options
context:
space:
mode:
Diffstat (limited to 'test/run-test')
-rwxr-xr-xtest/run-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run-test b/test/run-test
index a34cc72b1e..f706110a2c 100755
--- a/test/run-test
+++ b/test/run-test
@@ -309,7 +309,7 @@ elif [ "$build_only" = "yes" ]; then
fi
fi
# Clean up extraneous files that are not used by tests.
- find $tmp_dir -mindepth 1 ! -regex ".*/\(.*jar\|$build_output\|$expected\)" | xargs rm -rf
+ find $tmp_dir -mindepth 1 ! -regex ".*/\(.*jar\|$output\|$expected\)" | xargs rm -rf
exit 0
else
"./${build}" >"$build_output" 2>&1