aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run.sh')
-rwxr-xr-xtests/run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run.sh b/tests/run.sh
index 695f0da..33c2749 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -64,6 +64,10 @@ cleanup() {
echo "Stopping Domino Server..."
stop_server
+
+ if [ -f file1 ]; then
+ rm file1
+ fi
}
echo "domino/tests/run.sh has been executed."