diff tests/test-hardlinks.t @ 15444:e1f05d7a8c7b

tests: use 'hghave no-windows' to avoid testing reserved file names on windows
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 07 Nov 2011 03:14:55 +0100
parents a55a0045704c
children c6f87bdab2a1
line wrap: on
line diff
--- a/tests/test-hardlinks.t	Mon Nov 07 03:14:55 2011 +0100
+++ b/tests/test-hardlinks.t	Mon Nov 07 03:14:55 2011 +0100
@@ -1,3 +1,5 @@
+  $ "$TESTDIR/hghave" no-windows || exit 80
+
   $ cat > nlinks.py <<EOF
   > import os, sys
   > for f in sorted(sys.stdin.readlines()):