aboutsummaryrefslogtreecommitdiffstats
path: root/test/option_version.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/option_version.exp')
-rwxr-xr-xtest/option_version.exp15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/option_version.exp b/test/option_version.exp
new file mode 100755
index 000000000..44c0c217f
--- /dev/null
+++ b/test/option_version.exp
@@ -0,0 +1,15 @@
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