]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9600-cvsimport.sh
path.c: don't call the match function without value in trie_find()
[thirdparty/git.git] / t / t9600-cvsimport.sh
index 5dfee07d9add00d4a68e70c89c8711604f218ef1..251fdd66c47b5e378cf091a47ba1f804eb74c487 100755 (executable)
@@ -148,7 +148,7 @@ test_expect_success PERL 'import from a CVS working tree' '
                git cvsimport -a -z0 &&
                echo 1 >expect &&
                git log -1 --pretty=format:%s%n >actual &&
-               test_cmp actual expect
+               test_cmp expect actual
        )
 
 '