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, 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