aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/1.6.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.6.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.6.exp')
-rwxr-xr-xtest/features/1.6.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/features/1.6.exp b/test/features/1.6.exp
index a9c8f2a19..0a4b788b8 100755
--- a/test/features/1.6.exp
+++ b/test/features/1.6.exp
@@ -51,14 +51,14 @@ sleep 1
51# 51#
52send -- "firejail --noprofile --chroot=/tmp/chroot\r" 52send -- "firejail --noprofile --chroot=/tmp/chroot\r"
53expect { 53expect {
54 timeout {puts "TESTING ERROR 3\n";exit} 54 timeout {puts "TESTING ERROR 4\n";exit}
55 "Child process initialized" 55 "Child process initialized"
56} 56}
57sleep 1 57sleep 1
58 58
59send -- "ls -l /var/log/syslog | wc -l\r" 59send -- "ls -l /var/log/syslog | wc -l\r"
60expect { 60expect {
61 timeout {puts "TESTING ERROR 4\n";exit} 61 timeout {puts "TESTING ERROR 5\n";exit}
62 "0" 62 "0"
63} 63}
64after 100 64after 100