aboutsummaryrefslogtreecommitdiffstats
path: root/test/compile/compile.sh
diff options
context:
space:
mode:
authorLibravatar root <root@debian>2016-04-25 09:54:17 -0400
committerLibravatar root <root@debian>2016-04-25 09:54:17 -0400
commitc92dc59bef0d34541c10fd535d91d876d214a5d8 (patch)
tree270bbadb3380ce0d144cb351f09062e40b4da456 /test/compile/compile.sh
parentcyberfox profile (diff)
downloadfirejail-c92dc59bef0d34541c10fd535d91d876d214a5d8.tar.gz
firejail-c92dc59bef0d34541c10fd535d91d876d214a5d8.tar.zst
firejail-c92dc59bef0d34541c10fd535d91d876d214a5d8.zip
fixed interface/defaultgw problem
Diffstat (limited to 'test/compile/compile.sh')
-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() {