aboutsummaryrefslogtreecommitdiffstats
path: root/test/root
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-03-31 11:05:05 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-03-31 11:05:05 -0400
commit0386d562f44ebf612980c7d779336e967973f9c5 (patch)
tree00f3aa219495c984b6468c5af3723220401abd8b /test/root
parentrestrict more KDE files (#1181) (diff)
downloadfirejail-0386d562f44ebf612980c7d779336e967973f9c5.tar.gz
firejail-0386d562f44ebf612980c7d779336e967973f9c5.tar.zst
firejail-0386d562f44ebf612980c7d779336e967973f9c5.zip
testing
Diffstat (limited to 'test/root')
-rwxr-xr-xtest/root/firecfg.exp8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/root/firecfg.exp b/test/root/firecfg.exp
index c9085e8c8..8961aed60 100755
--- a/test/root/firecfg.exp
+++ b/test/root/firecfg.exp
@@ -43,4 +43,12 @@ expect {
43 "/usr/local/bin/firefox" 43 "/usr/local/bin/firefox"
44} 44}
45after 100 45after 100
46
47send -- "firecfg --fix\r"
48expect {
49 timeout {puts "TESTING ERROR 5\n";exit}
50 "this option is not supported for root user"
51}
52
53after 100
46puts "\nall done\n" 54puts "\nall done\n"