# HG changeset patch # User Augie Fackler # Date 1492954690 14400 # 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 -r dc82c9777209 -r 40cf693fc07d tests/test-convert-hg-sink.t --- 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