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