aboutsummaryrefslogtreecommitdiffstats
path: root/test/sysutils/less.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-31 11:15:21 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-31 11:15:21 -0500
commit1e6116cf15d03745b2f1d8667b8c06a3fe1cce3d (patch)
tree3aff0e9f825566778831719ad3a5512279801def /test/sysutils/less.exp
parentmerges (diff)
downloadfirejail-1e6116cf15d03745b2f1d8667b8c06a3fe1cce3d.tar.gz
firejail-1e6116cf15d03745b2f1d8667b8c06a3fe1cce3d.tar.zst
firejail-1e6116cf15d03745b2f1d8667b8c06a3fe1cce3d.zip
testing sysutils
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"