aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/whitelist-whitespace.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs/whitelist-whitespace.exp')
-rwxr-xr-xtest/fs/whitelist-whitespace.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fs/whitelist-whitespace.exp b/test/fs/whitelist-whitespace.exp
index 1b1c4c1cb..885b90f2a 100755
--- a/test/fs/whitelist-whitespace.exp
+++ b/test/fs/whitelist-whitespace.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
6set timeout 10 6set timeout 10
@@ -13,7 +13,7 @@ after 100
13send -- "firejail --noprofile --whitelist=~/filewith\\\ \\\ many\\\ whitespaces\\\ \r" 13send -- "firejail --noprofile --whitelist=~/filewith\\\ \\\ many\\\ whitespaces\\\ \r"
14expect { 14expect {
15 timeout {puts "TESTING ERROR 1\n";exit} 15 timeout {puts "TESTING ERROR 1\n";exit}
16 "Child process initialized" 16 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
17} 17}
18sleep 1 18sleep 1
19 19