aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/build.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-10-09 14:02:29 +0000
committerLibravatar GitHub <noreply@github.com>2021-10-09 14:02:29 +0000
commit4937f73ca58976e40e7629deea57bce5935ba043 (patch)
tree490ce253fa8c6836f87f141da46512bd3f848bc0 /test/utils/build.exp
parents/S_IWRITE/S_IWUSR/ (diff)
parentMerge pull request #4583 from kmk3/fix-include-limits-h (diff)
downloadfirejail-4937f73ca58976e40e7629deea57bce5935ba043.tar.gz
firejail-4937f73ca58976e40e7629deea57bce5935ba043.tar.zst
firejail-4937f73ca58976e40e7629deea57bce5935ba043.zip
Merge branch 'master' into replace-iwrite-iwuser
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}