aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/whitelist-double.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-08-06 20:40:45 -0400
committerLibravatar GitHub <noreply@github.com>2016-08-06 20:40:45 -0400
commit5a8bbefe20a8ce4d6a80af30cbcb20b89766c971 (patch)
tree6091872a60569dd877bad1a24d9088bcf58eeb45 /test/fs/whitelist-double.exp
parentimplemented --overlay-clean (diff)
parentTypo (diff)
downloadfirejail-5a8bbefe20a8ce4d6a80af30cbcb20b89766c971.tar.gz
firejail-5a8bbefe20a8ce4d6a80af30cbcb20b89766c971.tar.zst
firejail-5a8bbefe20a8ce4d6a80af30cbcb20b89766c971.zip
Merge pull request #687 from reinerh/master
Typo
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 43e4d6fc0..34463dbe4 100755
--- a/test/fs/whitelist-double.exp
+++ b/test/fs/whitelist-double.exp
@@ -28,11 +28,11 @@ sleep 1
28 28
29send -- "cat /tmp/firejal-deleteme\r" 29send -- "cat /tmp/firejal-deleteme\r"
30expect { 30expect {
31 timeout {puts "TESTING ERROR 1\n";exit} 31 timeout {puts "TESTING ERROR 2\n";exit}
32 "123" 32 "123"
33} 33}
34 34
35send -- "rm/tmp/firejal-deleteme \r" 35send -- "rm /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 "0"