##// END OF EJS Templates
Make test-verify SUSv3 compatible....
Will Maier -
r8720:da1b9358 default
parent child Browse files
Show More
@@ -35,7 +35,7 b' hg add a'
35 hg ci -m a
35 hg ci -m a
36
36
37 echo 'corrupted' > b
37 echo 'corrupted' > b
38 head -c 20 .hg/store/data/a.i > start
38 dd if=.hg/store/data/a.i of=start bs=1 count=20 2>/dev/null
39 cat start b > .hg/store/data/a.i
39 cat start b > .hg/store/data/a.i
40
40
41 echo
41 echo
General Comments 0
You need to be logged in to leave comments. Login now