diff tests/test-static-http @ 3464: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 7012c889e8f2
children 347766c2ff86
line wrap: on
line diff
--- a/tests/test-static-http
+++ b/tests/test-static-http
@@ -2,7 +2,7 @@
 
 http_proxy= hg clone static-http://localhost:20059/ copy
 echo $?
-test -e copy || echo copy: No such file or directory
+test -d copy || echo copy: No such file or directory
 
 # This server doesn't do range requests so it's basically only good for
 # one pull