aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/compile/compile.sh2
-rwxr-xr-xtest/dist-compile/compile.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/compile/compile.sh b/test/compile/compile.sh
index e3e9bef2b..c6b1d1928 100755
--- a/test/compile/compile.sh
+++ b/test/compile/compile.sh
@@ -15,7 +15,7 @@ arr[9]="TEST 9: compile file transfer disabled"
15cleanup() { 15cleanup() {
16 rm -f report* 16 rm -f report*
17 rm -fr firejail 17 rm -fr firejail
18 rm oc* om* 18 rm -f oc* om*
19} 19}
20 20
21print_title() { 21print_title() {
diff --git a/test/dist-compile/compile.sh b/test/dist-compile/compile.sh
index a9c1656ee..e0d29281b 100755
--- a/test/dist-compile/compile.sh
+++ b/test/dist-compile/compile.sh
@@ -15,7 +15,7 @@ arr[9]="TEST 9: compile file transfer disabled"
15cleanup() { 15cleanup() {
16 rm -f report* 16 rm -f report*
17 rm -fr firejail 17 rm -fr firejail
18 rm oc* om* 18 rm -f oc* om*
19} 19}
20 20
21print_title() { 21print_title() {