aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/noblacklist-blacklist-readonly.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs/noblacklist-blacklist-readonly.exp')
-rwxr-xr-xtest/fs/noblacklist-blacklist-readonly.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fs/noblacklist-blacklist-readonly.exp b/test/fs/noblacklist-blacklist-readonly.exp
index 558d3ac9c..b5d3ef045 100755
--- a/test/fs/noblacklist-blacklist-readonly.exp
+++ b/test/fs/noblacklist-blacklist-readonly.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
@@ -11,7 +11,7 @@ match_max 100000
11send -- "firejail --noprofile --noblacklist=~ --blacklist=~ --read-only=~\r" 11send -- "firejail --noprofile --noblacklist=~ --blacklist=~ --read-only=~\r"
12expect { 12expect {
13 timeout {puts "TESTING ERROR 0\n";exit} 13 timeout {puts "TESTING ERROR 0\n";exit}
14 "Child process initialized" 14 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
15} 15}
16sleep 1 16sleep 1
17 17