aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/firemon-interface.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-03-08 17:32:20 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-03-08 17:32:20 -0500
commit8835b130e2ea1515e9547f3aefab98ce6c4735eb (patch)
tree6ad0d3bde0fdebf602b41abc069c2c6e802ddb01 /test/utils/firemon-interface.exp
parenttesting (diff)
downloadfirejail-8835b130e2ea1515e9547f3aefab98ce6c4735eb.tar.gz
firejail-8835b130e2ea1515e9547f3aefab98ce6c4735eb.tar.zst
firejail-8835b130e2ea1515e9547f3aefab98ce6c4735eb.zip
testing
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"