tests/test-acl
changeset 3464 33b6c8193652
parent 3426 f29989e9746e
child 4138 85237110c371
--- a/tests/test-acl
+++ b/tests/test-acl
@@ -9,7 +9,7 @@ do_push()
     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 '"""'