]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3905-stash-include-untracked.sh
t/*: fix ordering of expected/observed arguments
[thirdparty/git.git] / t / t3905-stash-include-untracked.sh
index 597b0637d160be0cab4d3114aace598616e371fd..cc1c8a7bb2da508e570621ddf9e08694007425d4 100755 (executable)
@@ -142,7 +142,7 @@ test_expect_success 'stash save --include-untracked removed files' '
        rm -f file &&
        git stash save --include-untracked &&
        echo 1 > expect &&
-       test_cmp file expect
+       test_cmp expect file
 '
 
 rm -f expect