aboutsummaryrefslogtreecommitdiffstats
path: root/test/profiles
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-08-22 11:31:08 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-08-22 11:31:08 -0400
commit8fdede5811ad03ccb6261fc992fcf11b4a06a3b3 (patch)
tree5ead963d1df8c0c77450edb2a865bf2c7ac3b46b /test/profiles
parenttesting (diff)
downloadfirejail-8fdede5811ad03ccb6261fc992fcf11b4a06a3b3.tar.gz
firejail-8fdede5811ad03ccb6261fc992fcf11b4a06a3b3.tar.zst
firejail-8fdede5811ad03ccb6261fc992fcf11b4a06a3b3.zip
testing
Diffstat (limited to 'test/profiles')
-rwxr-xr-xtest/profiles/ignore.exp2
-rwxr-xr-xtest/profiles/profile_followlnk.exp3
-rwxr-xr-xtest/profiles/profile_noperm.exp2
-rwxr-xr-xtest/profiles/profile_readonly.exp4
-rwxr-xr-xtest/profiles/profile_syntax.exp2
-rwxr-xr-xtest/profiles/profile_syntax2.exp4
6 files changed, 9 insertions, 8 deletions
diff --git a/test/profiles/ignore.exp b/test/profiles/ignore.exp
index 281697b26..0c5691e9a 100755
--- a/test/profiles/ignore.exp
+++ b/test/profiles/ignore.exp
@@ -46,5 +46,5 @@ expect {
46 "Child process initialized" 46 "Child process initialized"
47} 47}
48 48
49 49after 100
50puts "\nall done\n" 50puts "\nall done\n"
diff --git a/test/profiles/profile_followlnk.exp b/test/profiles/profile_followlnk.exp
index 4d89de26b..eb3d04852 100755
--- a/test/profiles/profile_followlnk.exp
+++ b/test/profiles/profile_followlnk.exp
@@ -31,7 +31,8 @@ expect {
31sleep 1 31sleep 1
32 32
33send -- "exit\r" 33send -- "exit\r"
34after 100
34send -- "rm -fr /tmp/firejailtest*\r" 35send -- "rm -fr /tmp/firejailtest*\r"
35sleep 1 36after 100
36 37
37puts "\nall done\n" 38puts "\nall done\n"
diff --git a/test/profiles/profile_noperm.exp b/test/profiles/profile_noperm.exp
index 25ec580bd..b3b031cb2 100755
--- a/test/profiles/profile_noperm.exp
+++ b/test/profiles/profile_noperm.exp
@@ -9,5 +9,5 @@ expect {
9 timeout {puts "TESTING ERROR 0\n";exit} 9 timeout {puts "TESTING ERROR 0\n";exit}
10 "cannot access profile" 10 "cannot access profile"
11} 11}
12sleep 1 12after 100
13puts "\nall done\n" 13puts "\nall done\n"
diff --git a/test/profiles/profile_readonly.exp b/test/profiles/profile_readonly.exp
index e8e78d6ad..c1c9544a6 100755
--- a/test/profiles/profile_readonly.exp
+++ b/test/profiles/profile_readonly.exp
@@ -28,9 +28,9 @@ expect {
28 "Read-only file system" 28 "Read-only file system"
29} 29}
30send -- "exit\r" 30send -- "exit\r"
31sleep 1 31after 100
32 32
33send -- "rm -fr /tmp/firejailtest*\r" 33send -- "rm -fr /tmp/firejailtest*\r"
34sleep 1 34after 100
35 35
36puts "\nall done\n" 36puts "\nall done\n"
diff --git a/test/profiles/profile_syntax.exp b/test/profiles/profile_syntax.exp
index dd6b637ed..c8cb99a5f 100755
--- a/test/profiles/profile_syntax.exp
+++ b/test/profiles/profile_syntax.exp
@@ -50,5 +50,5 @@ expect {
50} 50}
51send -- "exit\r" 51send -- "exit\r"
52 52
53sleep 1 53after 100
54puts "\nall done\n" 54puts "\nall done\n"
diff --git a/test/profiles/profile_syntax2.exp b/test/profiles/profile_syntax2.exp
index ba83731be..9dca35ca2 100755
--- a/test/profiles/profile_syntax2.exp
+++ b/test/profiles/profile_syntax2.exp
@@ -45,6 +45,6 @@ expect {
45 timeout {puts "TESTING ERROR 8\n";exit} 45 timeout {puts "TESTING ERROR 8\n";exit}
46 "Child process initialized" 46 "Child process initialized"
47} 47}
48 48send -- "exit\r"
49sleep 1 49after 100
50puts "\nall done\n" 50puts "\nall done\n"