aboutsummaryrefslogtreecommitdiffstats
path: root/test/option_man.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-23 08:53:07 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-23 08:53:07 -0400
commit2905b9f9ab5c5ed6f9210d1d843a8bcf41451854 (patch)
treed3bb968dbcb9f22856de345d0df5ecf2a44d594f /test/option_man.exp
parentquiterss profile (diff)
downloadfirejail-2905b9f9ab5c5ed6f9210d1d843a8bcf41451854.tar.gz
firejail-2905b9f9ab5c5ed6f9210d1d843a8bcf41451854.tar.zst
firejail-2905b9f9ab5c5ed6f9210d1d843a8bcf41451854.zip
make test-utils
Diffstat (limited to 'test/option_man.exp')
-rwxr-xr-xtest/option_man.exp17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/option_man.exp b/test/option_man.exp
deleted file mode 100755
index d941a2432..000000000
--- a/test/option_man.exp
+++ /dev/null
@@ -1,17 +0,0 @@
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