aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps-x11
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-24 10:53:36 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-24 10:53:36 -0400
commit5836a8892ea1cbeb6fddab71ced4634ba1d1bbcd (patch)
tree8e919011327819050b1b71bb4fc59d7a0b31350a /test/apps-x11
parentcompile tests (diff)
downloadfirejail-5836a8892ea1cbeb6fddab71ced4634ba1d1bbcd.tar.gz
firejail-5836a8892ea1cbeb6fddab71ced4634ba1d1bbcd.tar.zst
firejail-5836a8892ea1cbeb6fddab71ced4634ba1d1bbcd.zip
testing
Diffstat (limited to 'test/apps-x11')
-rwxr-xr-xtest/apps-x11/chromium.exp2
-rwxr-xr-xtest/apps-x11/firefox.exp2
-rwxr-xr-xtest/apps-x11/icedove.exp2
-rwxr-xr-xtest/apps-x11/transmission-gtk.exp2
-rwxr-xr-xtest/apps-x11/xterm.exp2
5 files changed, 5 insertions, 5 deletions
diff --git a/test/apps-x11/chromium.exp b/test/apps-x11/chromium.exp
index 11677a28f..38c932aca 100755
--- a/test/apps-x11/chromium.exp
+++ b/test/apps-x11/chromium.exp
@@ -7,7 +7,7 @@ set timeout 10
7spawn $env(SHELL) 7spawn $env(SHELL)
8match_max 100000 8match_max 100000
9 9
10send -- "firejail --name=test --x11 --net=br0 chromium www.gentoo.org\r" 10send -- "firejail --name=test --x11 chromium www.gentoo.org\r"
11sleep 10 11sleep 10
12 12
13spawn $env(SHELL) 13spawn $env(SHELL)
diff --git a/test/apps-x11/firefox.exp b/test/apps-x11/firefox.exp
index f7c128690..e82fc6e72 100755
--- a/test/apps-x11/firefox.exp
+++ b/test/apps-x11/firefox.exp
@@ -7,7 +7,7 @@ set timeout 10
7spawn $env(SHELL) 7spawn $env(SHELL)
8match_max 100000 8match_max 100000
9 9
10send -- "firejail --name=test --x11 --net=br0 firefox -no-remote www.gentoo.org\r" 10send -- "firejail --name=test --x11 firefox -no-remote www.gentoo.org\r"
11sleep 10 11sleep 10
12 12
13spawn $env(SHELL) 13spawn $env(SHELL)
diff --git a/test/apps-x11/icedove.exp b/test/apps-x11/icedove.exp
index ca6a49978..a07344f36 100755
--- a/test/apps-x11/icedove.exp
+++ b/test/apps-x11/icedove.exp
@@ -7,7 +7,7 @@ set timeout 10
7spawn $env(SHELL) 7spawn $env(SHELL)
8match_max 100000 8match_max 100000
9 9
10send -- "firejail --name=test --net=br0 --x11 icedove\r" 10send -- "firejail --name=test --x11 icedove\r"
11sleep 10 11sleep 10
12 12
13spawn $env(SHELL) 13spawn $env(SHELL)
diff --git a/test/apps-x11/transmission-gtk.exp b/test/apps-x11/transmission-gtk.exp
index 67b3fd202..6391a3717 100755
--- a/test/apps-x11/transmission-gtk.exp
+++ b/test/apps-x11/transmission-gtk.exp
@@ -7,7 +7,7 @@ set timeout 10
7spawn $env(SHELL) 7spawn $env(SHELL)
8match_max 100000 8match_max 100000
9 9
10send -- "firejail --name=test --net=br0 --x11 transmission-gtk\r" 10send -- "firejail --name=test --x11 transmission-gtk\r"
11sleep 10 11sleep 10
12 12
13spawn $env(SHELL) 13spawn $env(SHELL)
diff --git a/test/apps-x11/xterm.exp b/test/apps-x11/xterm.exp
index 26e58953e..7d61da542 100755
--- a/test/apps-x11/xterm.exp
+++ b/test/apps-x11/xterm.exp
@@ -7,7 +7,7 @@ set timeout 10
7spawn $env(SHELL) 7spawn $env(SHELL)
8match_max 100000 8match_max 100000
9 9
10send -- "firejail --name=test --net=br0 --x11 xterm\r" 10send -- "firejail --name=test --x11 xterm\r"
11sleep 10 11sleep 10
12 12
13spawn $env(SHELL) 13spawn $env(SHELL)