tests/test-tags.t
changeset 16857 1415edd88c56
parent 15443 a1914d214579
child 16913 f2719b387380
--- a/tests/test-tags.t	Mon Jun 04 21:09:54 2012 +0200
+++ b/tests/test-tags.t	Mon Jun 04 21:40:38 2012 +0200
@@ -1,5 +1,3 @@
-  $ "$TESTDIR/hghave" unix-permissions || exit 80
-
 Helper functions:
 
   $ cacheexists() {
@@ -77,11 +75,13 @@
 
 And again, but now unable to write tag cache:
 
+#if unix-permissions
   $ rm -f .hg/cache/tags
   $ chmod 555 .hg
   $ hg identify
   b9154636be93 tip
   $ chmod 755 .hg
+#endif
 
 Create a branch: