aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/1.5.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/1.5.exp')
-rwxr-xr-xtest/features/1.5.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/features/1.5.exp b/test/features/1.5.exp
index d722c5811..84c00937f 100755
--- a/test/features/1.5.exp
+++ b/test/features/1.5.exp
@@ -51,14 +51,14 @@ sleep 1
51# 51#
52send -- "firejail --noprofile --chroot=/tmp/chroot\r" 52send -- "firejail --noprofile --chroot=/tmp/chroot\r"
53expect { 53expect {
54 timeout {puts "TESTING ERROR 3\n";exit} 54 timeout {puts "TESTING ERROR 4\n";exit}
55 "Child process initialized" 55 "Child process initialized"
56} 56}
57sleep 1 57sleep 1
58 58
59send -- "ps aux | wc -l \r" 59send -- "ps aux | wc -l \r"
60expect { 60expect {
61 timeout {puts "TESTING ERROR 4\n";exit} 61 timeout {puts "TESTING ERROR 5\n";exit}
62 "5" 62 "5"
63} 63}
64after 100 64after 100