# HG changeset patch # User Patrick Mezard # Date 1186387043 -7200 # Node ID 92d7ce0da0633ee51d2185c533512357568ec92f # Parent edfe69548e2a4669a1b23f90fef2b59bc1721505 Skip test-archive-symlinks if symlinks are not available diff -r edfe69548e2a -r 92d7ce0da063 tests/test-archive-symlinks --- a/tests/test-archive-symlinks Wed Jul 25 15:58:10 2007 +0900 +++ b/tests/test-archive-symlinks Mon Aug 06 09:57:23 2007 +0200 @@ -1,5 +1,7 @@ #!/bin/sh +"$TESTDIR/hghave" symlink || exit 80 + origdir=`pwd` cat >> readlink.py <