Mercurial > hg-stable
changeset 32066:40cf693fc07d stable
tests: pass only one file at a time to tail(1)
It looks like the verison on Solaris only tails one file at a time.
author | Augie Fackler <augie@google.com> |
---|---|
date | Sun, 23 Apr 2017 09:38:10 -0400 |
parents | dc82c9777209 |
children | 52cca17ac523 |
files | tests/test-convert-hg-sink.t |
diffstat | 1 files changed, 3 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-convert-hg-sink.t Sat Apr 22 12:29:17 2017 -0400 +++ b/tests/test-convert-hg-sink.t Sun Apr 23 09:38:10 2017 -0400 @@ -440,15 +440,12 @@ $ echo b > b/f $ hg -R b ci -mb - $ tail */.hg/shamap - ==> 0/.hg/shamap <== + $ tail 0/.hg/shamap 86f3f774ffb682bffb5dc3c1d3b3da637cb9a0d6 8a028c7c77f6c7bd6d63bc3f02ca9f779eabf16a dd9f218eb91fb857f2a62fe023e1d64a4e7812fe 8a028c7c77f6c7bd6d63bc3f02ca9f779eabf16a - - ==> a/.hg/shamap <== + $ tail a/.hg/shamap 8a028c7c77f6c7bd6d63bc3f02ca9f779eabf16a 86f3f774ffb682bffb5dc3c1d3b3da637cb9a0d6 - - ==> b/.hg/shamap <== + $ tail b/.hg/shamap 8a028c7c77f6c7bd6d63bc3f02ca9f779eabf16a dd9f218eb91fb857f2a62fe023e1d64a4e7812fe $ hg convert a 0