Merge branch 'da/subtree-modernize'
[gitweb.git] / t / t9100-git-svn-basic.sh
index ab6593b910f171cd5b9b1f8cb3243c965e606e30..92a3aa8063f810bd2b8df68f3f0f30c2faf3bdc6 100755 (executable)
@@ -8,8 +8,6 @@ GIT_SVN_LC_ALL=${LC_ALL:-$LANG}
 
 . ./lib-git-svn.sh
 
-say 'define NO_SVN_TESTS to skip git svn tests'
-
 case "$GIT_SVN_LC_ALL" in
 *.UTF-8)
        test_set_prereq UTF8
@@ -24,7 +22,8 @@ ceiling=$PWD
 
 test_expect_success 'git svn --version works anywhere' '
        mkdir -p "$deepdir" && (
-               export GIT_CEILING_DIRECTORIES="$ceiling" &&
+               GIT_CEILING_DIRECTORIES="$ceiling" &&
+               export GIT_CEILING_DIRECTORIES &&
                cd "$deepdir" &&
                git svn --version
        )
@@ -32,7 +31,8 @@ test_expect_success 'git svn --version works anywhere' '
 
 test_expect_success 'git svn help works anywhere' '
        mkdir -p "$deepdir" && (
-               export GIT_CEILING_DIRECTORIES="$ceiling" &&
+               GIT_CEILING_DIRECTORIES="$ceiling" &&
+               export GIT_CEILING_DIRECTORIES &&
                cd "$deepdir" &&
                git svn help
        )