Mercurial > public > mercurial-scm > hg-stable
diff tests/test-subrepo-git.t @ 13010:6bdae8ea0b48
test-subrepo-git.t: portability fix.
Specifying arguments after file names for 'ls' is a GNU extension.
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Tue, 16 Nov 2010 13:29:35 +0100 |
parents | 3a42651b0a62 |
children | 7f2ecb64140d |
line wrap: on
line diff
--- a/tests/test-subrepo-git.t Tue Nov 16 13:29:08 2010 +0100 +++ b/tests/test-subrepo-git.t Tue Nov 16 13:29:35 2010 +0100 @@ -181,14 +181,14 @@ $ cd ../t $ hg up 0 0 files updated, 0 files merged, 2 files removed, 0 files unresolved - $ ls s -a + $ ls -a s . .. .git $ hg up 2 2 files updated, 0 files merged, 0 files removed, 0 files unresolved - $ ls s -a + $ ls -a s . .. .git