diff tests/test-empty-dir @ 3490:ceaa3fefc10c

Merge with crew
author Matt Mackall <mpm@selenic.com>
date Tue, 24 Oct 2006 13:46:04 -0500
parents 33b6c8193652
children 4c94b6d0fb1c
line wrap: on
line diff
--- a/tests/test-empty-dir	Mon Oct 23 17:12:20 2006 -0500
+++ b/tests/test-empty-dir	Tue Oct 24 13:46:04 2006 -0500
@@ -11,6 +11,6 @@
 cat sub/b
 hg co 0
 cat sub/b 2>/dev/null || echo "sub/b not present"
-test -e sub || echo "sub not present"
+test -d sub || echo "sub not present"
 
 true