aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment/hostfile.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/environment/hostfile.exp')
-rwxr-xr-xtest/environment/hostfile.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/environment/hostfile.exp b/test/environment/hostfile.exp
index 6b98863e5..ccc8d049e 100755
--- a/test/environment/hostfile.exp
+++ b/test/environment/hostfile.exp
@@ -1,6 +1,6 @@
1#!/usr/bin/expect -f 1#!/usr/bin/expect -f
2# This file is part of Firejail project 2# This file is part of Firejail project
3# Copyright (C) 2014-2021 Firejail Authors 3# Copyright (C) 2014-2022 Firejail Authors
4# License GPL v2 4# License GPL v2
5 5
6 6
@@ -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 "Child process initialized" 18 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
19} 19}
20after 100 20after 100
21 21