aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-19 01:35:40 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-19 01:35:40 -0500
commite4f1c107d039de738c27de9e936589a4821883a3 (patch)
tree28f6e98ea8e691ca14a2253538d5c116cef60d03 /test
parentcleanup (diff)
downloadfirejail-e4f1c107d039de738c27de9e936589a4821883a3.tar.gz
firejail-e4f1c107d039de738c27de9e936589a4821883a3.tar.zst
firejail-e4f1c107d039de738c27de9e936589a4821883a3.zip
cleanup
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"