]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t6031-merge-filemode.sh
t/*: fix ordering of expected/observed arguments
[thirdparty/git.git] / t / t6031-merge-filemode.sh
index 7d06461f1396583f7ec568c9bd5bb17735938e34..87741efad319237477541823637a8bf47c1a254d 100755 (executable)
@@ -61,7 +61,7 @@ do_both_modes () {
                git checkout -f a2 &&
                test_must_fail git merge -s $strategy b2 &&
                git ls-files -u >actual &&
-               test_cmp actual expect &&
+               test_cmp expect actual &&
                git ls-files -s file2 | grep ^100755
        '