comparison tests/test-clone.t @ 16971:8aeb2f1ae94c

tests: introduce hghave hardlinks Some tests can't be run on FAT filesystems because it doesn't support hardlinks.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 15 Jun 2012 00:02:27 +0200
parents bb91c602d4ad
children 06733dfe1a43
comparison
equal deleted inserted replaced
16970:8be2a28cc782 16971:8aeb2f1ae94c
46 abort: * (glob) 46 abort: * (glob)
47 [255] 47 [255]
48 48
49 No update, with debug option: 49 No update, with debug option:
50 50
51 #if hardlink
51 $ hg --debug clone -U . ../c 52 $ hg --debug clone -U . ../c
52 linked 8 files 53 linked 8 files
54 #else
55 $ hg --debug clone -U . ../c
56 copied 8 files
57 #endif
53 $ cd ../c 58 $ cd ../c
54 $ cat a 2>/dev/null || echo "a not present" 59 $ cat a 2>/dev/null || echo "a not present"
55 a not present 60 a not present
56 $ hg verify 61 $ hg verify
57 checking changesets 62 checking changesets