aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/private-cache.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs/private-cache.exp')
-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"