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