aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-13 09:48:54 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-13 09:48:54 -0400
commiteecbcd355e97f84ffb4a771d30ece16fa4b12f96 (patch)
treec2009e1f55012f547546e310ceebc969345608fb /test
parentMerge pull request #432 from Fred-Barclay/master (diff)
downloadfirejail-eecbcd355e97f84ffb4a771d30ece16fa4b12f96.tar.gz
firejail-eecbcd355e97f84ffb4a771d30ece16fa4b12f96.tar.zst
firejail-eecbcd355e97f84ffb4a771d30ece16fa4b12f96.zip
profile fixes
Diffstat (limited to 'test')
-rwxr-xr-xtest/doubledash.exp2
-rwxr-xr-xtest/extract_command.exp2
-rwxr-xr-xtest/seccomp-dualfilter.exp4
-rwxr-xr-xtest/sound.exp10
-rwxr-xr-xtest/wine.exp2
5 files changed, 10 insertions, 10 deletions
diff --git a/test/doubledash.exp b/test/doubledash.exp
index 3c8a42471..668468980 100755
--- a/test/doubledash.exp
+++ b/test/doubledash.exp
@@ -15,7 +15,7 @@ expect {
15} 15}
16expect { 16expect {
17 timeout {puts "TESTING ERROR 3\n";exit} 17 timeout {puts "TESTING ERROR 3\n";exit}
18 "parent is shutting down" 18 "Parent is shutting down"
19} 19}
20sleep 1 20sleep 1
21 21
diff --git a/test/extract_command.exp b/test/extract_command.exp
index cbc36afd4..99c1cc134 100755
--- a/test/extract_command.exp
+++ b/test/extract_command.exp
@@ -15,7 +15,7 @@ expect {
15} 15}
16expect { 16expect {
17 timeout {puts "TESTING ERROR 2\n";exit} 17 timeout {puts "TESTING ERROR 2\n";exit}
18 "parent is shutting down, bye" 18 "Parent is shutting down, bye"
19} 19}
20sleep 1 20sleep 1
21 21
diff --git a/test/seccomp-dualfilter.exp b/test/seccomp-dualfilter.exp
index b497be5ea..afdf8a53a 100755
--- a/test/seccomp-dualfilter.exp
+++ b/test/seccomp-dualfilter.exp
@@ -16,7 +16,7 @@ expect {
16expect { 16expect {
17 timeout {puts "TESTING ERROR 2\n";exit} 17 timeout {puts "TESTING ERROR 2\n";exit}
18 "after mount" {puts "TESTING ERROR 2.1\n";exit} 18 "after mount" {puts "TESTING ERROR 2.1\n";exit}
19 "parent is shutting down" 19 "Parent is shutting down"
20} 20}
21sleep 1 21sleep 1
22 22
@@ -32,7 +32,7 @@ expect {
32expect { 32expect {
33 timeout {puts "TESTING ERROR 5\n";exit} 33 timeout {puts "TESTING ERROR 5\n";exit}
34 "after mount" {puts "TESTING ERROR 5.1\n";exit} 34 "after mount" {puts "TESTING ERROR 5.1\n";exit}
35 "parent is shutting down" 35 "Parent is shutting down"
36} 36}
37 37
38puts "\nall done\n" 38puts "\nall done\n"
diff --git a/test/sound.exp b/test/sound.exp
index 7df50bf16..078f8b416 100755
--- a/test/sound.exp
+++ b/test/sound.exp
@@ -11,7 +11,7 @@ expect {
11} 11}
12expect { 12expect {
13 timeout {puts "TESTING ERROR 2\n";exit} 13 timeout {puts "TESTING ERROR 2\n";exit}
14 "parent is shutting down" 14 "Parent is shutting down"
15} 15}
16sleep 2 16sleep 2
17 17
@@ -27,7 +27,7 @@ expect {
27} 27}
28expect { 28expect {
29 timeout {puts "TESTING ERROR 5\n";exit} 29 timeout {puts "TESTING ERROR 5\n";exit}
30 "parent is shutting down" 30 "Parent is shutting down"
31} 31}
32sleep 2 32sleep 2
33 33
@@ -39,7 +39,7 @@ expect {
39} 39}
40expect { 40expect {
41 timeout {puts "TESTING ERROR 12\n";exit} 41 timeout {puts "TESTING ERROR 12\n";exit}
42 "parent is shutting down" 42 "Parent is shutting down"
43} 43}
44sleep 2 44sleep 2
45 45
@@ -55,7 +55,7 @@ expect {
55} 55}
56expect { 56expect {
57 timeout {puts "TESTING ERROR 15\n";exit} 57 timeout {puts "TESTING ERROR 15\n";exit}
58 "parent is shutting down" 58 "Parent is shutting down"
59} 59}
60sleep 2 60sleep 2
61 61
@@ -71,7 +71,7 @@ expect {
71} 71}
72expect { 72expect {
73 timeout {puts "TESTING ERROR 25\n";exit} 73 timeout {puts "TESTING ERROR 25\n";exit}
74 "parent is shutting down" 74 "Parent is shutting down"
75} 75}
76sleep 2 76sleep 2
77 77
diff --git a/test/wine.exp b/test/wine.exp
index d87c1f205..f5b7d12b4 100755
--- a/test/wine.exp
+++ b/test/wine.exp
@@ -23,7 +23,7 @@ expect {
23} 23}
24expect { 24expect {
25 timeout {puts "TESTING ERROR 4\n";exit} 25 timeout {puts "TESTING ERROR 4\n";exit}
26 "parent is shutting down, bye..." 26 "Parent is shutting down, bye..."
27} 27}
28 28
29puts "\nall done\n" 29puts "\nall done\n"