diff tests/test-symlink-placeholder.t @ 15441:e0348815e806

tests: use 'hghave symlink' for tests using symlinks
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 07 Nov 2011 03:14:54 +0100
parents c681e478c429
children f2719b387380
line wrap: on
line diff
--- a/tests/test-symlink-placeholder.t	Mon Nov 07 03:14:54 2011 +0100
+++ b/tests/test-symlink-placeholder.t	Mon Nov 07 03:14:54 2011 +0100
@@ -1,3 +1,5 @@
+  $ "$TESTDIR/hghave" symlink || exit 80
+
 Create extension that can disable symlink support:
 
   $ cat > nolink.py <<EOF