aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/firecfg-fix.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/firecfg-fix.exp')
-rwxr-xr-xtest/utils/firecfg-fix.exp25
1 files changed, 0 insertions, 25 deletions
diff --git a/test/utils/firecfg-fix.exp b/test/utils/firecfg-fix.exp
deleted file mode 100755
index 685ce9c7b..000000000
--- a/test/utils/firecfg-fix.exp
+++ /dev/null
@@ -1,25 +0,0 @@
1#!/usr/bin/expect -f
2# This file is part of Firejail project
3# Copyright (C) 2014-2017 Firejail Authors
4# License GPL v2
5
6set timeout 10
7spawn $env(SHELL)
8match_max 100000
9
10send -- "firecfg --fix\r"
11expect {
12 timeout {puts "TESTING ERROR 0\n";exit}
13 "created"
14}
15sleep 1
16
17send -- "firecfg --fix\r"
18expect {
19 timeout {puts "TESTING ERROR 1\n";exit}
20 "skipped"
21}
22sleep 1
23
24puts "\nall done\n"
25