# HG changeset patch # User Mads Kiilerich # Date 2011-06-24 23:55:16 # Node ID 65f8f98aa9244962580369b977773b81db99d244 # Parent d297ee0b2d9405b0fa7728f3016b8e28de69c9bf tests: solaris [ doesn't know -e diff --git a/tests/test-setdiscovery.t b/tests/test-setdiscovery.t --- a/tests/test-setdiscovery.t +++ b/tests/test-setdiscovery.t @@ -3,7 +3,7 @@ Function to test discovery between two r (which is currently not activated by default) and the full remotable protocol: $ testdesc() { # revs_a, revs_b, dagdesc - > if [ -e foo ]; then rm -rf foo; fi + > if [ -d foo ]; then rm -rf foo; fi > hg init foo > cd foo > hg debugbuilddag "$3"