aboutsummaryrefslogtreecommitdiffstats
path: root/test/sysutils/man.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-19 07:56:13 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-19 07:56:13 -0500
commitf3d548ca370c32c1df97628a2117cd79aae6f710 (patch)
tree1e36d0492f380b6ae7636ddbf296492c825f7775 /test/sysutils/man.exp
parentcleanup (diff)
downloadfirejail-f3d548ca370c32c1df97628a2117cd79aae6f710.tar.gz
firejail-f3d548ca370c32c1df97628a2117cd79aae6f710.tar.zst
firejail-f3d548ca370c32c1df97628a2117cd79aae6f710.zip
cleanup
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"