aboutsummaryrefslogtreecommitdiffstats
path: root/test/root
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-10-30 09:12:52 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-10-30 09:12:52 -0400
commitead373fcb9a79e6cdc7aff88d3c0d6e44c9400ac (patch)
tree612f9b5fdd59e97e545834df1a715b0d09d0d735 /test/root
parenttesting (diff)
downloadfirejail-ead373fcb9a79e6cdc7aff88d3c0d6e44c9400ac.tar.gz
firejail-ead373fcb9a79e6cdc7aff88d3c0d6e44c9400ac.tar.zst
firejail-ead373fcb9a79e6cdc7aff88d3c0d6e44c9400ac.zip
testing
Diffstat (limited to 'test/root')
-rwxr-xr-xtest/root/checkcfg.exp2
-rwxr-xr-xtest/root/firecfg.exp2
-rwxr-xr-xtest/root/seccomp-chmod.exp2
-rwxr-xr-xtest/root/seccomp-chown.exp2
4 files changed, 8 insertions, 0 deletions
diff --git a/test/root/checkcfg.exp b/test/root/checkcfg.exp
index e17e9cda2..9b7402b95 100755
--- a/test/root/checkcfg.exp
+++ b/test/root/checkcfg.exp
@@ -107,6 +107,8 @@ send -- "echo \"xvfb-screen 800x600x24\" >> /etc/firejail/firejail.config\r"
107after 100 107after 100
108send -- "echo \"xvfb-extra-params blablabla\" >> /etc/firejail/firejail.config\r" 108send -- "echo \"xvfb-extra-params blablabla\" >> /etc/firejail/firejail.config\r"
109sleep 1 109sleep 1
110send -- "stty -echo\r"
111after 100
110send -- "firejail --noprofile echo done\r" 112send -- "firejail --noprofile echo done\r"
111expect { 113expect {
112 timeout {puts "TESTING ERROR 11\n";exit} 114 timeout {puts "TESTING ERROR 11\n";exit}
diff --git a/test/root/firecfg.exp b/test/root/firecfg.exp
index 8210496bb..66c956a85 100755
--- a/test/root/firecfg.exp
+++ b/test/root/firecfg.exp
@@ -17,6 +17,8 @@ expect {
17} 17}
18sleep 1 18sleep 1
19 19
20send -- "stty -echo\r"
21after 100
20send -- "file /usr/local/bin/firefox; echo done\r" 22send -- "file /usr/local/bin/firefox; echo done\r"
21expect { 23expect {
22 timeout {puts "TESTING ERROR 1\n";exit} 24 timeout {puts "TESTING ERROR 1\n";exit}
diff --git a/test/root/seccomp-chmod.exp b/test/root/seccomp-chmod.exp
index 35c6f69c2..dfec5a90e 100755
--- a/test/root/seccomp-chmod.exp
+++ b/test/root/seccomp-chmod.exp
@@ -14,6 +14,8 @@ expect {
14} 14}
15sleep 2 15sleep 2
16 16
17send -- "stty -echo\r"
18after 100
17send -- "cd ~; echo done\r" 19send -- "cd ~; echo done\r"
18expect { 20expect {
19 timeout {puts "TESTING ERROR 1\n";exit} 21 timeout {puts "TESTING ERROR 1\n";exit}
diff --git a/test/root/seccomp-chown.exp b/test/root/seccomp-chown.exp
index 174a35ffe..85846ad96 100755
--- a/test/root/seccomp-chown.exp
+++ b/test/root/seccomp-chown.exp
@@ -14,6 +14,8 @@ expect {
14} 14}
15sleep 2 15sleep 2
16 16
17send -- "stty -echo\r"
18after 100
17send -- "touch testfile; echo done\r" 19send -- "touch testfile; echo done\r"
18expect { 20expect {
19 timeout {puts "TESTING ERROR 1\n";exit} 21 timeout {puts "TESTING ERROR 1\n";exit}