aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"