aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-11-20 08:45:26 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-11-20 08:45:26 -0500
commite4f67ae2fba5fbb6027773e42d5b06f3463838c4 (patch)
tree5e1f5685c4e8e6ffc5eb5eb4e0c296d83698022a /test
parentwhitelist fix (diff)
downloadfirejail-e4f67ae2fba5fbb6027773e42d5b06f3463838c4.tar.gz
firejail-e4f67ae2fba5fbb6027773e42d5b06f3463838c4.tar.zst
firejail-e4f67ae2fba5fbb6027773e42d5b06f3463838c4.zip
testing
Diffstat (limited to 'test')
-rwxr-xr-xtest/extract_command.exp4
-rwxr-xr-xtest/private.exp2
2 files changed, 1 insertions, 5 deletions
diff --git a/test/extract_command.exp b/test/extract_command.exp
index b4a1eeeb5..cbc36afd4 100755
--- a/test/extract_command.exp
+++ b/test/extract_command.exp
@@ -10,10 +10,6 @@ expect {
10 "Reading profile /etc/firejail/generic.profile" 10 "Reading profile /etc/firejail/generic.profile"
11} 11}
12expect { 12expect {
13 timeout {puts "TESTING ERROR 1\n";exit}
14 "Starting ls -al"
15}
16expect {
17 timeout {puts "TESTING ERROR 2\n";exit} 13 timeout {puts "TESTING ERROR 2\n";exit}
18 "Child process initialized" 14 "Child process initialized"
19} 15}
diff --git a/test/private.exp b/test/private.exp
index 8a6796802..a5920c37b 100755
--- a/test/private.exp
+++ b/test/private.exp
@@ -21,7 +21,7 @@ sleep 1
21send -- "exit\r" 21send -- "exit\r"
22sleep 1 22sleep 1
23 23
24send -- "firejail --private\r" 24send -- "firejail --private --noprofile\r"
25expect { 25expect {
26 timeout {puts "TESTING ERROR 0\n";exit} 26 timeout {puts "TESTING ERROR 0\n";exit}
27 "Child process initialized" 27 "Child process initialized"