aboutsummaryrefslogtreecommitdiffstats
path: root/test/compile
diff options
context:
space:
mode:
Diffstat (limited to 'test/compile')
-rwxr-xr-xtest/compile/compile.sh2
1 files changed, 1 insertions, 1 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() {