comparison tests/test-split.t @ 46071:f4f07cc92a47

tests: update the exit status codes for Windows specific tests This corresponds to 527ce85c2e60, ebee234d952a, and 568c05d8f3d2. Differential Revision: https://phab.mercurial-scm.org/D9538
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 07 Dec 2020 20:57:50 -0500
parents ac362d5a7893
children 17368844f786
comparison
equal deleted inserted replaced
46070:8dfcebd084b6 46071:f4f07cc92a47
785 785
786 TODO: Fix this on Windows. See issue 2020 and 5883 786 TODO: Fix this on Windows. See issue 2020 and 5883
787 787
788 $ printf 'y\ny\ny\n' | hg split 788 $ printf 'y\ny\ny\n' | hg split
789 abort: cannot split an empty revision 789 abort: cannot split an empty revision
790 [255] 790 [10]
791 #endif 791 #endif
792 792
793 Test that splitting moves works properly (issue5723) 793 Test that splitting moves works properly (issue5723)
794 ---------------------------------------------------- 794 ----------------------------------------------------
795 795