Mercurial > public > mercurial-scm > hg
diff tests/test-subrepo-svn.t @ 15282:d4addef0ec74
tests: don't use 'test -e'
On Solaris 10:
$ test -e f
test: argument expected
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Mon, 17 Oct 2011 00:11:56 +0200 |
parents | 7ef125fa9b35 |
children | e174353e8cda |
line wrap: on
line diff
--- a/tests/test-subrepo-svn.t Sat Oct 15 14:19:24 2011 -0500 +++ b/tests/test-subrepo-svn.t Mon Oct 17 00:11:56 2011 +0200 @@ -581,5 +581,5 @@ A $TESTTMP/rebaserepo/recreated/somethingold Checked out revision 10. 1 files updated, 0 files merged, 0 files removed, 0 files unresolved - $ test -e recreated/somethingold + $ test -f recreated/somethingold