aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2018-09-28 06:53:13 -0400
committerLibravatar startx2017 <vradu.startx@yandex.com>2018-09-28 06:53:13 -0400
commit69b0adead1b4168ec2badd1ca7652e3c872f3006 (patch)
tree1134d6846581c21ce3f7369c6b5b89a7d76d5926
parentmanpage cleanup (diff)
downloadfirejail-69b0adead1b4168ec2badd1ca7652e3c872f3006.tar.gz
firejail-69b0adead1b4168ec2badd1ca7652e3c872f3006.tar.zst
firejail-69b0adead1b4168ec2badd1ca7652e3c872f3006.zip
fixed fs-print test
-rwxr-xr-xtest/utils/fs-print.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/utils/fs-print.exp b/test/utils/fs-print.exp
index 21f6f68ff..17757f35f 100755
--- a/test/utils/fs-print.exp
+++ b/test/utils/fs-print.exp
@@ -26,7 +26,8 @@ expect {
26} 26}
27expect { 27expect {
28 timeout {puts "TESTING ERROR 3\n";exit} 28 timeout {puts "TESTING ERROR 3\n";exit}
29 "blacklist /bin/su" 29 "blacklist /usr/bin/su" {puts "Arch Linux";}
30 "blacklist /bin/su" {puts "Debian"}
30} 31}
31after 100 32after 100
32puts "\nall done\n" 33puts "\nall done\n"