]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4138-apply-ws-expansion.sh
t/*: fix ordering of expected/observed arguments
[thirdparty/git.git] / t / t4138-apply-ws-expansion.sh
index 0ffe33fbefdc72c664d3914da234f7d4052ed462..3b636a63a3ef048c4568442d4354c7ad4d6a73f0 100755 (executable)
@@ -114,7 +114,7 @@ for t in 1 2 3 4
 do
        test_expect_success 'apply with ws expansion (t=$t)' '
                git apply patch$t.patch &&
-               test_cmp test-$t expect-$t
+               test_cmp expect-$t test-$t
        '
 done