From: Amiel Martin Date: Wed, 12 Aug 2009 22:24:50 +0000 (-0700) Subject: fixed order of assertion in tests X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e1a5b9d3e708d6be1a4c5220dc492da9f2694411;p=git.git fixed order of assertion in tests --- diff --git a/test.sh b/test.sh index 38dff7a41..4229f840a 100755 --- a/test.sh +++ b/test.sh @@ -160,7 +160,7 @@ check_equal "$mainfiles" "$chkm $chkms_sub $chks_sub" # changes that were split into their own history. And 'subdir/sub??' never # change, since they were *only* changed in the subtree branch. allchanges=$(git log --name-only --pretty=format:'' | sort | fixnl) -check_equal "$allchanges" "$chkm $chkms $chks $chkms_sub" +check_equal "$allchanges" "$chkms $chkm $chks $chkms_sub" # make sure the --rejoin commits never make it into subproj check_equal "$(git log --pretty=format:'%s' HEAD^2 | grep -i split)" ""