aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-28 13:52:29 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-28 13:52:29 -0400
commit3db72d37537c84e86f3a32c325f27030c6fa4238 (patch)
tree2a52bae8c0ad37d5b3544a6b25cce0eaf3c4919b /test
parentprotocol testing (diff)
downloadfirejail-3db72d37537c84e86f3a32c325f27030c6fa4238.tar.gz
firejail-3db72d37537c84e86f3a32c325f27030c6fa4238.tar.zst
firejail-3db72d37537c84e86f3a32c325f27030c6fa4238.zip
enable --protocol by default in profiles
Diffstat (limited to 'test')
-rwxr-xr-xtest/net_mtu.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/net_mtu.exp b/test/net_mtu.exp
index 2940241c1..7943b2866 100755
--- a/test/net_mtu.exp
+++ b/test/net_mtu.exp
@@ -5,7 +5,7 @@ spawn $env(SHELL)
5match_max 100000 5match_max 100000
6 6
7# check ip address 7# check ip address
8send -- "firejail --net=br0 --mtu=1000\r" 8send -- "firejail --net=br0 --mtu=1000 --noprofile\r"
9expect { 9expect {
10 timeout {puts "TESTING ERROR 1\n";exit} 10 timeout {puts "TESTING ERROR 1\n";exit}
11 "Child process initialized" 11 "Child process initialized"