# HG changeset patch # User Augie Fackler # Date 2017-04-23 13:38:10 # Node ID 40cf693fc07d846502f9c15a1602880ca99d7b56 # Parent dc82c9777209f6bbaffbef1367227d31d6b44df2 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. diff --git a/tests/test-convert-hg-sink.t b/tests/test-convert-hg-sink.t --- a/tests/test-convert-hg-sink.t +++ b/tests/test-convert-hg-sink.t @@ -440,15 +440,12 @@ Two way tests $ 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