aboutsummaryrefslogtreecommitdiffstats
path: root/test/sysutils/man.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/sysutils/man.exp')
-rwxr-xr-xtest/sysutils/man.exp6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/sysutils/man.exp b/test/sysutils/man.exp
index e5dd83522..a263180b5 100755
--- a/test/sysutils/man.exp
+++ b/test/sysutils/man.exp
@@ -10,11 +10,9 @@ 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}
14 "Press RETURN to continue" {puts "TESTING SKIP 1.2\n";exit}
13 "NAME" 15 "NAME"
14} 16}
15expect {
16 timeout {puts "TESTING ERROR 0\n";exit}
17 "SYNOPSIS"
18}
19after 100 17after 100
20puts "\nall done\n" 18puts "\nall done\n"