aboutsummaryrefslogtreecommitdiffstats
path: root/test/env.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-20 07:53:02 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-20 07:53:02 -0500
commit27d6f2b771eca9cfb70d598688a76177abcd193a (patch)
tree56c841e0612313bc77a985756fff7c34e2f517f9 /test/env.exp
parenteuid switching (diff)
downloadfirejail-27d6f2b771eca9cfb70d598688a76177abcd193a.tar.gz
firejail-27d6f2b771eca9cfb70d598688a76177abcd193a.tar.zst
firejail-27d6f2b771eca9cfb70d598688a76177abcd193a.zip
testing
Diffstat (limited to 'test/env.exp')
-rwxr-xr-xtest/env.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/env.exp b/test/env.exp
index d2edb0477..d7aee3c64 100755
--- a/test/env.exp
+++ b/test/env.exp
@@ -12,17 +12,17 @@ expect {
12} 12}
13sleep 1 13sleep 1
14 14
15send -- "env | grep ENV\r" 15send -- "env | grep ENV1\r"
16expect { 16expect {
17 timeout {puts "TESTING ERROR 1\n";exit} 17 timeout {puts "TESTING ERROR 1\n";exit}
18 "ENV1" 18 "ENV1"
19} 19}
20send -- "env | grep ENV\r" 20send -- "env | grep ENV2\r"
21expect { 21expect {
22 timeout {puts "TESTING ERROR 2\n";exit} 22 timeout {puts "TESTING ERROR 2\n";exit}
23 "ENV2" 23 "ENV2"
24} 24}
25send -- "env | grep ENV\r" 25send -- "env | grep ENV3\r"
26expect { 26expect {
27 timeout {puts "TESTING ERROR 3\n";exit} 27 timeout {puts "TESTING ERROR 3\n";exit}
28 "ENV3" 28 "ENV3"
@@ -52,4 +52,4 @@ expect {
52 "Werror" 52 "Werror"
53} 53}
54 54
55puts "\n" 55puts "\nall done\n"