aboutsummaryrefslogtreecommitdiffstats
path: root/test/option_version.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_version.exp
parentquiterss profile (diff)
downloadfirejail-2905b9f9ab5c5ed6f9210d1d843a8bcf41451854.tar.gz
firejail-2905b9f9ab5c5ed6f9210d1d843a8bcf41451854.tar.zst
firejail-2905b9f9ab5c5ed6f9210d1d843a8bcf41451854.zip
make test-utils
Diffstat (limited to 'test/option_version.exp')
-rwxr-xr-xtest/option_version.exp15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/option_version.exp b/test/option_version.exp
deleted file mode 100755
index 44c0c217f..000000000
--- a/test/option_version.exp
+++ /dev/null
@@ -1,15 +0,0 @@
1#!/usr/bin/expect -f
2
3set timeout 10
4spawn $env(SHELL)
5match_max 100000
6
7send -- "firejail --version\r"
8expect {
9 timeout {puts "TESTING ERROR 0\n";exit}
10 "firejail version "
11}
12after 100
13
14puts "\n"
15