aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/1.7.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-11-22 13:37:36 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-11-22 13:37:36 -0500
commit0f1a12da2881727a2e1c214e0d48aa10b546f5fc (patch)
tree418bb92e04af2099f7164be370715ce16587d0da /test/features/1.7.exp
parentfeature test (diff)
downloadfirejail-0f1a12da2881727a2e1c214e0d48aa10b546f5fc.tar.gz
firejail-0f1a12da2881727a2e1c214e0d48aa10b546f5fc.tar.zst
firejail-0f1a12da2881727a2e1c214e0d48aa10b546f5fc.zip
disable firejail configuration by default
Diffstat (limited to 'test/features/1.7.exp')
-rwxr-xr-xtest/features/1.7.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/features/1.7.exp b/test/features/1.7.exp
index 0de3e224d..c95184fd1 100755
--- a/test/features/1.7.exp
+++ b/test/features/1.7.exp
@@ -53,14 +53,14 @@ sleep 1
53# 53#
54send -- "firejail --noprofile --chroot=/tmp/chroot\r" 54send -- "firejail --noprofile --chroot=/tmp/chroot\r"
55expect { 55expect {
56 timeout {puts "TESTING ERROR 3\n";exit} 56 timeout {puts "TESTING ERROR 4\n";exit}
57 "Child process initialized" 57 "Child process initialized"
58} 58}
59sleep 1 59sleep 1
60 60
61send -- "ls -l /var/tmp/somefile | wc -l\r" 61send -- "ls -l /var/tmp/somefile | wc -l\r"
62expect { 62expect {
63 timeout {puts "TESTING ERROR 4\n";exit} 63 timeout {puts "TESTING ERROR 5\n";exit}
64 "0" 64 "0"
65} 65}
66after 100 66after 100