aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/build.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-10-09 12:53:14 +0000
committerLibravatar GitHub <noreply@github.com>2021-10-09 12:53:14 +0000
commit2828b64e21c7834c2ee8051d22b57260f09c7bf8 (patch)
treec8c3825ba19045853d4ab15d82143c613b67cc11 /test/utils/build.exp
parentMerge pull request #4587 from kmk3/fix-vscodium (diff)
parentRevert "allow/deny fbuilder" (diff)
downloadfirejail-2828b64e21c7834c2ee8051d22b57260f09c7bf8.tar.gz
firejail-2828b64e21c7834c2ee8051d22b57260f09c7bf8.tar.zst
firejail-2828b64e21c7834c2ee8051d22b57260f09c7bf8.zip
Merge pull request #4593 from kmk3/revert-allow-deny-fbuilder
Revert "allow/deny fbuilder"
Diffstat (limited to 'test/utils/build.exp')
-rwxr-xr-xtest/utils/build.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/build.exp b/test/utils/build.exp
index 104ac037c..b9733c137 100755
--- a/test/utils/build.exp
+++ b/test/utils/build.exp
@@ -13,7 +13,7 @@ after 100
13send -- "firejail --build cat ~/_firejail-test-file\r" 13send -- "firejail --build cat ~/_firejail-test-file\r"
14expect { 14expect {
15 timeout {puts "TESTING ERROR 0\n";exit} 15 timeout {puts "TESTING ERROR 0\n";exit}
16 "allow $\{HOME\}/_firejail-test-file" 16 "whitelist $\{HOME\}/_firejail-test-file"
17} 17}
18expect { 18expect {
19 timeout {puts "TESTING ERROR 1\n";exit} 19 timeout {puts "TESTING ERROR 1\n";exit}