##// END OF EJS Templates
test-largefiles: fix test failing on vfat file systems...
Adrian Buehlmann -
r17234:0cfece81 stable
parent child Browse files
Show More
@@ -1128,7 +1128,8 b' largefiles clients refuse to push largef'
1128 1128 $ cd ..
1129 1129
1130 1130 putlfile errors are shown (issue3123)
1131 Corrupt the cached largefile in r7
1131 Corrupt the cached largefile in r7 and in the usercache (required for testing on vfat)
1132 $ echo corruption > "$TESTTMP/r7/.hg/largefiles/4cdac4d8b084d0b599525cf732437fb337d422a8"
1132 1133 $ echo corruption > "$USERCACHE/4cdac4d8b084d0b599525cf732437fb337d422a8"
1133 1134 $ hg init empty
1134 1135 $ hg serve -R empty -d -p $HGPORT1 --pid-file hg.pid \
General Comments 0
You need to be logged in to leave comments. Login now