aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/whitelist-dev.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-06-15 19:44:48 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2022-06-15 19:44:48 -0400
commitbc48ad064b4b6d99761c143adc36145cd7305597 (patch)
tree367a7a1dbe07064b712ee31951ac26f67f323625 /test/fs/whitelist-dev.exp
parentconfigure*: Move LDFLAGS below CFLAGS (diff)
downloadfirejail-bc48ad064b4b6d99761c143adc36145cd7305597.tar.gz
firejail-bc48ad064b4b6d99761c143adc36145cd7305597.tar.zst
firejail-bc48ad064b4b6d99761c143adc36145cd7305597.zip
fix CI
Diffstat (limited to 'test/fs/whitelist-dev.exp')
-rwxr-xr-xtest/fs/whitelist-dev.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fs/whitelist-dev.exp b/test/fs/whitelist-dev.exp
index 7459462f8..049698b99 100755
--- a/test/fs/whitelist-dev.exp
+++ b/test/fs/whitelist-dev.exp
@@ -7,7 +7,7 @@ set timeout 10
7spawn $env(SHELL) 7spawn $env(SHELL)
8match_max 100000 8match_max 100000
9 9
10send -- "firejail --whitelist=/dev/null --debug\r" 10send -- "firejail --whitelist=/dev/null\r"
11expect { 11expect {
12 timeout {puts "TESTING ERROR 0\n";exit} 12 timeout {puts "TESTING ERROR 0\n";exit}
13 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" 13 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"