aboutsummaryrefslogtreecommitdiffstats
path: root/test/sysutils/less.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/sysutils/less.exp')
-rwxr-xr-xtest/sysutils/less.exp9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/sysutils/less.exp b/test/sysutils/less.exp
index 01a298fe0..7bbd76942 100755
--- a/test/sysutils/less.exp
+++ b/test/sysutils/less.exp
@@ -10,13 +10,14 @@ match_max 100000
10send -- "firejail less sysutils.sh\r" 10send -- "firejail less sysutils.sh\r"
11expect { 11expect {
12 timeout {puts "TESTING ERROR 1\n";exit} 12 timeout {puts "TESTING ERROR 1\n";exit}
13 "(press RETURN)" {puts "TESTING SKIP 1.1\n";exit} 13 "(press RETURN)" {puts "TESTING SKIP: terminal is not fully functional - 1.1\n";exit}
14 "Press RETURN to continue" {puts "TESTING SKIP 1.2\n";exit} 14 "Press RETURN to continue" {puts "TESTING SKIP: terminal is not fully functional - 1.2\n";exit}
15 "MALLOC_CHECK" 15 "Firejail Authors"
16} 16}
17expect { 17expect {
18 timeout {puts "TESTING ERROR 2\n";exit} 18 timeout {puts "TESTING ERROR 2\n";exit}
19 "./cpio.exp" 19 "MALLOC_CHECK"
20} 20}
21 21
22after 100
22puts "\nall done\n" 23puts "\nall done\n"