From 0386d562f44ebf612980c7d779336e967973f9c5 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 31 Mar 2017 11:05:05 -0400 Subject: testing --- test/root/firecfg.exp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/root') 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 @@ -42,5 +42,13 @@ expect { timeout {puts "TESTING ERROR 5\n";exit} "/usr/local/bin/firefox" } +after 100 + +send -- "firecfg --fix\r" +expect { + timeout {puts "TESTING ERROR 5\n";exit} + "this option is not supported for root user" +} + after 100 puts "\nall done\n" -- cgit v1.2.3-54-g00ecf