aboutsummaryrefslogtreecommitdiffstats
path: root/test/option_man.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/option_man.exp')
-rwxr-xr-xtest/option_man.exp17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/option_man.exp b/test/option_man.exp
new file mode 100755
index 000000000..d941a2432
--- /dev/null
+++ b/test/option_man.exp
@@ -0,0 +1,17 @@
1#!/usr/bin/expect -f
2
3set timeout 10
4spawn $env(SHELL)
5match_max 100000
6
7send -- "man firejail\r"
8expect {
9 timeout {puts "TESTING ERROR 0\n";exit}
10 "Linux namespaces sandbox program"
11}
12after 100
13
14send -- "q\r"
15after 100
16puts "\n"
17