Imported Upstream version 2.13.7
[platform/upstream/git.git] / t / t9138-git-svn-authors-prog.sh
index 2937f4c..7d7e9d4 100755 (executable)
@@ -37,7 +37,7 @@ test_expect_success 'import authors with prog and file' '
 test_expect_success 'imported 6 revisions successfully' '
        (
                cd x
-               test "`git rev-list refs/remotes/git-svn | wc -l`" -eq 6
+               test "$(git rev-list refs/remotes/git-svn | wc -l)" -eq 6
        )
 '