aboutsummaryrefslogtreecommitdiffstats
path: root/test/private.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-08-28 10:34:38 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-08-28 10:34:38 -0400
commit01194ad1e5f38e929cb7fbbbdc4ec0ee92b8b1f2 (patch)
tree73ca26789e3aabe3f1bf0f4a8d6c87b7f0f923bc /test/private.exp
parentfixed thunderbird profile to allow a browser to start (diff)
downloadfirejail-01194ad1e5f38e929cb7fbbbdc4ec0ee92b8b1f2.tar.gz
firejail-01194ad1e5f38e929cb7fbbbdc4ec0ee92b8b1f2.tar.zst
firejail-01194ad1e5f38e929cb7fbbbdc4ec0ee92b8b1f2.zip
testing default.profile
Diffstat (limited to 'test/private.exp')
-rwxr-xr-xtest/private.exp6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/private.exp b/test/private.exp
index e2ae80b33..6f9dadf8f 100755
--- a/test/private.exp
+++ b/test/private.exp
@@ -84,7 +84,9 @@ send -- "stat -c %U%a /tmp;pwd\r"
84expect { 84expect {
85 timeout {puts "TESTING ERROR 2\n";exit} 85 timeout {puts "TESTING ERROR 2\n";exit}
86 "root777" {puts "version 1\n";} 86 "root777" {puts "version 1\n";}
87 "root1777" {puts "version 2\n";} 87 "root1777" {puts "version 2\n";}
88 "nobody777" {puts "version 3\n";}
89 "nobody1777" {puts "version 4\n";}
88} 90}
89expect { 91expect {
90 timeout {puts "TESTING ERROR 2.1\n";exit} 92 timeout {puts "TESTING ERROR 2.1\n";exit}
@@ -92,4 +94,4 @@ expect {
92} 94}
93sleep 1 95sleep 1
94 96
95puts "\n" 97puts "all done\n"