aboutsummaryrefslogtreecommitdiffstats
path: root/test/google-chrome.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-12-06 19:37:08 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-12-06 19:37:08 -0500
commit1365b0d41b013a8fd209acfd2f7adefb9b6adbdc (patch)
tree48e0ce6dad2ecf712cbc5b598b222209d93501f4 /test/google-chrome.exp
parenttracelog (diff)
downloadfirejail-1365b0d41b013a8fd209acfd2f7adefb9b6adbdc.tar.gz
firejail-1365b0d41b013a8fd209acfd2f7adefb9b6adbdc.tar.zst
firejail-1365b0d41b013a8fd209acfd2f7adefb9b6adbdc.zip
tracelog fixes
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}