Skip to content

Commit

Permalink
fixed order of assertion in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amiel committed Aug 12, 2009
1 parent ef75966 commit e1a5b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Expand Up @@ -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)" ""
Expand Down

0 comments on commit e1a5b9d

Please sign in to comment.