tests/test-largefiles.t
branchstable
changeset 17234 0cfece81e051
parent 17232 25248e2ebaee
child 17245 6e84171a61c8
equal deleted inserted replaced
17233:acea82757d8a 17234:0cfece81e051
  1126   abort: http://localhost:$HGPORT/ does not appear to be a largefile store
  1126   abort: http://localhost:$HGPORT/ does not appear to be a largefile store
  1127   [255]
  1127   [255]
  1128   $ cd ..
  1128   $ cd ..
  1129 
  1129 
  1130 putlfile errors are shown (issue3123)
  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   $ echo corruption > "$USERCACHE/4cdac4d8b084d0b599525cf732437fb337d422a8"
  1133   $ echo corruption > "$USERCACHE/4cdac4d8b084d0b599525cf732437fb337d422a8"
  1133   $ hg init empty
  1134   $ hg init empty
  1134   $ hg serve -R empty -d -p $HGPORT1 --pid-file hg.pid \
  1135   $ hg serve -R empty -d -p $HGPORT1 --pid-file hg.pid \
  1135   >   --config 'web.allow_push=*' --config web.push_ssl=False
  1136   >   --config 'web.allow_push=*' --config web.push_ssl=False
  1136   $ cat hg.pid >> $DAEMON_PIDS
  1137   $ cat hg.pid >> $DAEMON_PIDS