aboutsummaryrefslogtreecommitdiffstats
path: root/test/network/net_defaultgw3.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/network/net_defaultgw3.exp')
-rwxr-xr-xtest/network/net_defaultgw3.exp20
1 files changed, 0 insertions, 20 deletions
diff --git a/test/network/net_defaultgw3.exp b/test/network/net_defaultgw3.exp
deleted file mode 100755
index aa9bac156..000000000
--- a/test/network/net_defaultgw3.exp
+++ /dev/null
@@ -1,20 +0,0 @@
1#!/usr/bin/expect -f
2# This file is part of Firejail project
3# Copyright (C) 2014-2023 Firejail Authors
4# License GPL v2
5
6set timeout 10
7spawn $env(SHELL)
8match_max 100000
9
10# check ip address
11send -- "firejail --net=br0 --net=br1 --defaultgw=10.10.95.89\r"
12expect {
13 timeout {puts "TESTING ERROR 0\n";exit}
14 "default gateway 10.10.95.89 is not in the range of any network"
15}
16
17after 100
18
19
20puts "\n"