aboutsummaryrefslogtreecommitdiffstats
path: root/test/google-chrome.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/google-chrome.exp')
-rwxr-xr-xtest/google-chrome.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/google-chrome.exp b/test/google-chrome.exp
index f66608de4..7999831d7 100755
--- a/test/google-chrome.exp
+++ b/test/google-chrome.exp
@@ -4,10 +4,10 @@ set timeout 10
4spawn $env(SHELL) 4spawn $env(SHELL)
5match_max 100000 5match_max 100000
6 6
7send -- "firejail --tracelog google-chrome www.gentoo.org\r" 7send -- "firejail google-chrome www.gentoo.org\r"
8expect { 8expect {
9 timeout {puts "TESTING ERROR 0\n";exit} 9 timeout {puts "TESTING ERROR 0\n";exit}
10 "Reading profile /etc/firejail/chromium.profile" 10 "Reading profile /etc/firejail/google-chrome.profile"
11} 11}
12expect { 12expect {
13 timeout {puts "TESTING ERROR 1\n";exit} 13 timeout {puts "TESTING ERROR 1\n";exit}