aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-12-22 14:54:46 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-12-22 14:54:46 -0500
commitf44b83a0020e6968b213e08123abd0d24c7362ec (patch)
treec1b863830a5ebc4f54227c5b844e0c2aada93839 /test/fs
parentcompile fixes (diff)
downloadfirejail-f44b83a0020e6968b213e08123abd0d24c7362ec.tar.gz
firejail-f44b83a0020e6968b213e08123abd0d24c7362ec.tar.zst
firejail-f44b83a0020e6968b213e08123abd0d24c7362ec.zip
testing
Diffstat (limited to 'test/fs')
-rwxr-xr-xtest/fs/whitelist-dev.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/fs/whitelist-dev.exp b/test/fs/whitelist-dev.exp
index a2002bc0a..827f32126 100755
--- a/test/fs/whitelist-dev.exp
+++ b/test/fs/whitelist-dev.exp
@@ -33,7 +33,8 @@ sleep 1
33send -- "ls -l /dev | wc -l\r" 33send -- "ls -l /dev | wc -l\r"
34expect { 34expect {
35 timeout {puts "TESTING ERROR 3\n";exit} 35 timeout {puts "TESTING ERROR 3\n";exit}
36 "13" 36 "13" {puts "OK\n"}
37 "12" {puts "OK\n"}
37} 38}
38after 100 39after 100
39send -- "exit\r" 40send -- "exit\r"