aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/3.11.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/features/3.11.exp
parenteuid switching (diff)
downloadfirejail-27d6f2b771eca9cfb70d598688a76177abcd193a.tar.gz
firejail-27d6f2b771eca9cfb70d598688a76177abcd193a.tar.zst
firejail-27d6f2b771eca9cfb70d598688a76177abcd193a.zip
testing
Diffstat (limited to 'test/features/3.11.exp')
-rwxr-xr-xtest/features/3.11.exp7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/features/3.11.exp b/test/features/3.11.exp
index aeaf28bf8..b3d3af18d 100755
--- a/test/features/3.11.exp
+++ b/test/features/3.11.exp
@@ -22,7 +22,7 @@ expect {
22} 22}
23sleep 1 23sleep 1
24 24
25send -- "ls -l ~ | grep xy76_u9\r" 25send -- "ls -l ~ | grep firejail-xy76_u9\r"
26expect { 26expect {
27 timeout {puts "TESTING ERROR 1\n";exit} 27 timeout {puts "TESTING ERROR 1\n";exit}
28 "drwx------" 28 "drwx------"
@@ -71,7 +71,7 @@ if { $overlay == "overlay" } {
71 } 71 }
72 sleep 1 72 sleep 1
73 73
74 send -- "ls -l ~ | grep xy76_u9\r" 74 send -- "ls -l ~ | grep firejail-xy76_u9\r"
75 expect { 75 expect {
76 timeout {puts "TESTING ERROR 11\n";exit} 76 timeout {puts "TESTING ERROR 11\n";exit}
77 "drwx------" 77 "drwx------"
@@ -123,7 +123,7 @@ if { $chroot == "chroot" } {
123 } 123 }
124 sleep 1 124 sleep 1
125 125
126 send -- "ls -l ~ | grep xy76_u9\r" 126 send -- "ls -l ~ | grep firejail-xy76_u9\r"
127 expect { 127 expect {
128 timeout {puts "TESTING ERROR 21\n";exit} 128 timeout {puts "TESTING ERROR 21\n";exit}
129 "drwx------" 129 "drwx------"
@@ -162,3 +162,4 @@ if { $chroot == "chroot" } {
162 162
163 163
164puts "\nall done\n" 164puts "\nall done\n"
165