diff tests/test-acl @ 3469:33b6c8193652

Don't use test -e in tests - sh doesn't like it on Solaris
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Wed, 18 Oct 2006 18:47:50 -0300
parents f29989e9746e
children 85237110c371
line wrap: on
line diff
--- a/tests/test-acl	Wed Oct 18 18:44:23 2006 -0300
+++ b/tests/test-acl	Wed Oct 18 18:47:50 2006 -0300
@@ -9,7 +9,7 @@
     echo 'hgrc = """'
     sed -e 1,2d b/.hg/hgrc
     echo '"""'
-    if [ -e acl.config ]; then
+    if test -f acl.config; then
 	echo 'acl.config = """'
 	cat acl.config
 	echo '"""'