Mercurial > public > mercurial-scm > hg
diff tests/test-grep @ 1539:5e47e42b14ba
use posix compliant option for head
head -N is not posix compliant, head -n N should be used instead
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Sun, 13 Nov 2005 16:25:45 +0100 |
parents | ccb6201e3f28 |
children | 81f351c5264d |
line wrap: on
line diff
--- a/tests/test-grep Sun Nov 13 02:08:39 2005 +0100 +++ b/tests/test-grep Sun Nov 13 16:25:45 2005 +0100 @@ -14,7 +14,7 @@ hg commit -m 2 -u spam -d '2 0' echo 'import/export' >> port hg commit -m 3 -u eggs -d '3 0' -head -3 port > port1 +head -n 3 port > port1 mv port1 port hg commit -m 4 -u spam -d '4 0' hg grep port port