From 64699c828f52ab06055d50e1f4e781572a53c35f Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 31 Mar 2018 07:49:55 -0400 Subject: testing --- test/root/firecfg.exp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/root/firecfg.exp') diff --git a/test/root/firecfg.exp b/test/root/firecfg.exp index 02f2323a0..656b8e215 100755 --- a/test/root/firecfg.exp +++ b/test/root/firecfg.exp @@ -13,7 +13,7 @@ sleep 1 send -- "firecfg --clean\r" expect { timeout {puts "TESTING ERROR 0\n";exit} - "/usr/local/bin/firefox removed" + "less removed" } sleep 1 @@ -30,11 +30,11 @@ sleep 1 send -- "firecfg\r" expect { timeout {puts "TESTING ERROR 3\n";exit} - "firefox created" + "less created" } sleep 1 -send -- "file /usr/local/bin/firefox\r" +send -- "file /usr/local/bin/less\r" expect { timeout {puts "TESTING ERROR 4\n";exit} "symbolic link to /usr/bin/firejail" @@ -44,7 +44,7 @@ sleep 1 send -- "firecfg --list\r" expect { timeout {puts "TESTING ERROR 5\n";exit} - "/usr/local/bin/firefox" + "/usr/local/bin/less" } sleep 1 -- cgit v1.2.3-54-g00ecf