aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/firemon-interface.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/firemon-interface.exp')
-rwxr-xr-xtest/utils/firemon-interface.exp17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/utils/firemon-interface.exp b/test/utils/firemon-interface.exp
deleted file mode 100755
index fc1ea9ef6..000000000
--- a/test/utils/firemon-interface.exp
+++ /dev/null
@@ -1,17 +0,0 @@
1#!/usr/bin/expect -f
2# This file is part of Firejail project
3# Copyright (C) 2014-2023 Firejail Authors
4# License GPL v2
5
6set timeout 10
7spawn $env(SHELL)
8match_max 100000
9
10send -- "firemon --interface\r"
11expect {
12 timeout {puts "TESTING ERROR 0\n";exit}
13 "you need to be root"
14}
15after 100
16
17puts "\nall done\n"