]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5318-commit-graph.sh
t/*: fix ordering of expected/observed arguments
[thirdparty/git.git] / t / t5318-commit-graph.sh
index 0c500f7ca2641a2752f5d4819bb11efcf5f588bf..d6da3ce4e203cdc4017de227adf196d75b4badb2 100755 (executable)
@@ -35,7 +35,7 @@ test_expect_success 'create commits and repack' '
 graph_git_two_modes() {
        git -c core.commitGraph=true $1 >output
        git -c core.commitGraph=false $1 >expect
-       test_cmp output expect
+       test_cmp expect output
 }
 
 graph_git_behavior() {