aboutsummaryrefslogtreecommitdiffstats
path: root/test/firecfg/firecfg.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/firecfg/firecfg.exp')
-rwxr-xr-xtest/firecfg/firecfg.exp13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/firecfg/firecfg.exp b/test/firecfg/firecfg.exp
index 0249fb7fa..755eea3a1 100755
--- a/test/firecfg/firecfg.exp
+++ b/test/firecfg/firecfg.exp
@@ -12,7 +12,20 @@ expect {
12 timeout {puts "TESTING ERROR 0\n";exit} 12 timeout {puts "TESTING ERROR 0\n";exit}
13 "ping: symbolic link to /usr/bin/firejail" 13 "ping: symbolic link to /usr/bin/firejail"
14} 14}
15after 100
15 16
17send -- "file /tmp/ttt/ping\r"
18expect {
19 timeout {puts "TESTING ERROR 0\n";exit}
20 "ping: symbolic link to /usr/bin/firejail"
21}
22after 100
23
24send -- "firecfg --list\r"
25expect {
26 timeout {puts "TESTING ERROR 1\n";exit}
27 "/usr/local/bin/ping"
28}
16after 100 29after 100
17 30
18puts "\nall done\n" 31puts "\nall done\n"