aboutsummaryrefslogtreecommitdiffstats
path: root/test/root/firecfg.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/root/firecfg.exp')
-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"