aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-18 11:10:56 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-18 11:10:56 -0400
commit664aa0fa9457ac404398d8932044076a5da7e0db (patch)
tree6232244d53729204b0692e21bfd7f099ab0e4419 /test
parenttesting (diff)
downloadfirejail-664aa0fa9457ac404398d8932044076a5da7e0db.tar.gz
firejail-664aa0fa9457ac404398d8932044076a5da7e0db.tar.zst
firejail-664aa0fa9457ac404398d8932044076a5da7e0db.zip
testing
Diffstat (limited to 'test')
-rwxr-xr-xtest/hostname.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hostname.exp b/test/hostname.exp
index 42f78dd12..4e5c7e073 100755
--- a/test/hostname.exp
+++ b/test/hostname.exp
@@ -4,7 +4,7 @@ set timeout 10
4spawn $env(SHELL) 4spawn $env(SHELL)
5match_max 100000 5match_max 100000
6 6
7send -- "firejail --name=baluba --noprofile\r" 7send -- "firejail --hostname=baluba --noprofile\r"
8expect { 8expect {
9 timeout {puts "TESTING ERROR 1\n";exit} 9 timeout {puts "TESTING ERROR 1\n";exit}
10 "Child process initialized" 10 "Child process initialized"