Code

sort assertion to make it more generic
authorAmiel Martin <amiel.martin@gmail.com>
Wed, 12 Aug 2009 22:38:00 +0000 (15:38 -0700)
committerAmiel Martin <amiel.martin@gmail.com>
Wed, 12 Aug 2009 22:38:00 +0000 (15:38 -0700)
test.sh

diff --git a/test.sh b/test.sh
index 4229f840ac1e25669fb40825f0508766d285c716..8283fadaad669bdf4ead0d988abc0f97e0edc1c2 100755 (executable)
--- 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" "$chkms $chkm $chks $chkms_sub"
+check_equal "$allchanges" "$(echo $chkms $chkm $chks $chkms_sub | multiline | sort | fixnl)"
 
 # make sure the --rejoin commits never make it into subproj
 check_equal "$(git log --pretty=format:'%s' HEAD^2 | grep -i split)" ""