aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/sysutils/man.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sysutils/man.exp b/test/sysutils/man.exp
index 6e0fb5584..e5dd83522 100755
--- a/test/sysutils/man.exp
+++ b/test/sysutils/man.exp
@@ -7,7 +7,7 @@ set timeout 10
7spawn $env(SHELL) 7spawn $env(SHELL)
8match_max 100000 8match_max 100000
9 9
10send -- "firejail man ls\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 "NAME" 13 "NAME"