From c92dc59bef0d34541c10fd535d91d876d214a5d8 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 25 Apr 2016 09:54:17 -0400 Subject: fixed interface/defaultgw problem --- test/compile/compile.sh | 2 +- test/dist-compile/compile.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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" cleanup() { rm -f report* rm -fr firejail - rm oc* om* + rm -f oc* om* } print_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" cleanup() { rm -f report* rm -fr firejail - rm oc* om* + rm -f oc* om* } print_title() { -- cgit v1.2.3-54-g00ecf