aboutsummaryrefslogtreecommitdiffstats
path: root/test/chroot/chroot-resolvconf.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/chroot/chroot-resolvconf.exp')
-rwxr-xr-xtest/chroot/chroot-resolvconf.exp14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/chroot/chroot-resolvconf.exp b/test/chroot/chroot-resolvconf.exp
deleted file mode 100755
index 2d0da2fb0..000000000
--- a/test/chroot/chroot-resolvconf.exp
+++ /dev/null
@@ -1,14 +0,0 @@
1#!/usr/bin/expect -f
2
3set timeout 10
4spawn $env(SHELL)
5match_max 100000
6
7send -- "firejail --chroot=/tmp/chroot /bin/bash\r"
8expect {
9 timeout {puts "TESTING ERROR 0\n";exit}
10 "invalid /tmp/chroot/etc/resolv.conf file"
11}
12
13puts "\nall done\n"
14