aboutsummaryrefslogtreecommitdiffstats
path: root/test/sysutils/man.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/man.exp
parentmerges (diff)
downloadfirejail-1e6116cf15d03745b2f1d8667b8c06a3fe1cce3d.tar.gz
firejail-1e6116cf15d03745b2f1d8667b8c06a3fe1cce3d.tar.zst
firejail-1e6116cf15d03745b2f1d8667b8c06a3fe1cce3d.zip
testing sysutils
Diffstat (limited to 'test/sysutils/man.exp')
-rwxr-xr-xtest/sysutils/man.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sysutils/man.exp b/test/sysutils/man.exp
index a263180b5..c569653c6 100755
--- a/test/sysutils/man.exp
+++ b/test/sysutils/man.exp
@@ -10,8 +10,8 @@ match_max 100000
10send -- "firejail man firejail\r" 10send -- "firejail man firejail\r"
11expect { 11expect {
12 timeout {puts "TESTING ERROR 0\n";exit} 12 timeout {puts "TESTING ERROR 0\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 "NAME" 15 "NAME"
16} 16}
17after 100 17after 100