aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-20 20:18:32 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-20 20:18:32 -0500
commit52898f467a95bb31b54ca90c3de968dc3624af38 (patch)
tree39bc51ef4777d4f793595a4dde9aa2e799a8423f /test/fs
parentcompile fix (diff)
downloadfirejail-52898f467a95bb31b54ca90c3de968dc3624af38.tar.gz
firejail-52898f467a95bb31b54ca90c3de968dc3624af38.tar.zst
firejail-52898f467a95bb31b54ca90c3de968dc3624af38.zip
small test fixes
Diffstat (limited to 'test/fs')
-rwxr-xr-xtest/fs/private-cache.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fs/private-cache.exp b/test/fs/private-cache.exp
index f21d799b4..2764c5608 100755
--- a/test/fs/private-cache.exp
+++ b/test/fs/private-cache.exp
@@ -8,10 +8,10 @@ spawn $env(SHELL)
8match_max 100000 8match_max 100000
9 9
10send -- "mkdir --mode=700 ~/.cache\r" 10send -- "mkdir --mode=700 ~/.cache\r"
11after 100 11after 500
12 12
13send -- "touch ~/.cache/abcdefg\r" 13send -- "touch ~/.cache/abcdefg\r"
14after 100 14after 500
15 15
16if { ! [file exists ~/.cache/abcdefg] } { 16if { ! [file exists ~/.cache/abcdefg] } {
17 puts "TESTING ERROR 0\n" 17 puts "TESTING ERROR 0\n"