send-email: Remove superfluous `my $editor = ...'
[gitweb.git] / t / t9134-git-svn-ignore-paths.sh
index b9a15978ebd3126bbeeafe8447f49978d0c2f716..71fdc4a69dde2ff0bfdb092d8e28aeba495a1dc0 100755 (executable)
@@ -40,10 +40,10 @@ test_expect_success 'init+fetch an SVN repository with ignored www directory' '
        test_cmp expect expect2
 '
 
-test_expect_success 'set persistent ignore-paths config' '
+test_expect_success 'verify ignore-paths config saved by clone' '
        (
            cd g &&
-           git config svn-remote.svn.ignore-paths "^www"
+           git config --get svn-remote.svn.ignore-paths | fgrep "www"
        )
 '