aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/whitelist-double.exp
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2017-04-16 22:59:05 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2017-04-16 22:59:05 +0200
commitdac060a3b930288168f0422a8435ddb81ba7680c (patch)
tree3f22810defa000cc685b2031f7be0e88c35d79e6 /test/fs/whitelist-double.exp
parenttest: wc would print 1 for the 'total: 0' line (diff)
downloadfirejail-dac060a3b930288168f0422a8435ddb81ba7680c.tar.gz
firejail-dac060a3b930288168f0422a8435ddb81ba7680c.tar.zst
firejail-dac060a3b930288168f0422a8435ddb81ba7680c.zip
test: rm has no output by default
Diffstat (limited to 'test/fs/whitelist-double.exp')
-rwxr-xr-xtest/fs/whitelist-double.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fs/whitelist-double.exp b/test/fs/whitelist-double.exp
index dd2336ce1..ac6adc165 100755
--- a/test/fs/whitelist-double.exp
+++ b/test/fs/whitelist-double.exp
@@ -32,10 +32,10 @@ expect {
32 "123" 32 "123"
33} 33}
34 34
35send -- "rm /tmp/firejal-deleteme\r" 35send -- "rm -v /tmp/firejal-deleteme\r"
36expect { 36expect {
37 timeout {puts "TESTING ERROR 3\n";exit} 37 timeout {puts "TESTING ERROR 3\n";exit}
38 "0" 38 "removed"
39} 39}
40after 100 40after 100
41 41