Mercurial > public > mercurial-scm > hg-stable
diff 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 |
line wrap: on
line diff
--- a/tests/test-clone.t Fri Jun 15 00:02:27 2012 +0200 +++ b/tests/test-clone.t Fri Jun 15 00:02:27 2012 +0200 @@ -48,8 +48,13 @@ No update, with debug option: +#if hardlink $ hg --debug clone -U . ../c linked 8 files +#else + $ hg --debug clone -U . ../c + copied 8 files +#endif $ cd ../c $ cat a 2>/dev/null || echo "a not present" a not present