aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/whitelist-noexec.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs/whitelist-noexec.exp')
-rwxr-xr-xtest/fs/whitelist-noexec.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fs/whitelist-noexec.exp b/test/fs/whitelist-noexec.exp
index d997aba72..ba3ca4d92 100755
--- a/test/fs/whitelist-noexec.exp
+++ b/test/fs/whitelist-noexec.exp
@@ -12,7 +12,7 @@ set PWD $env(PWD)
12send -- "firejail --noprofile --whitelist=$PWD --noexec=$PWD\r" 12send -- "firejail --noprofile --whitelist=$PWD --noexec=$PWD\r"
13expect { 13expect {
14 timeout {puts "TESTING ERROR 0\n";exit} 14 timeout {puts "TESTING ERROR 0\n";exit}
15 "Child process initialized" 15 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
16} 16}
17sleep 1 17sleep 1
18 18