]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9200-git-cvsexportcommit.sh
Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIR
[thirdparty/git.git] / t / t9200-git-cvsexportcommit.sh
index 7e25a392a1ab4a78a0c76f72a89f0326599906a8..49d57a81ec1cc55f83fb63436631dfdc7d647e0b 100755 (executable)
@@ -246,7 +246,7 @@ test_expect_success \
        ;;
 esac
 
-test_expect_failure '-w option should work with relative GIT_DIR' '
+test_expect_success '-w option should work with relative GIT_DIR' '
       mkdir W &&
       echo foobar >W/file1.txt &&
       echo bazzle >W/file2.txt &&