We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3d855 commit 2a96d39Copy full SHA for 2a96d39
t/t9100-git-svn-basic.sh
@@ -24,15 +24,17 @@ ceiling=$PWD
24
25
test_expect_success 'git svn --version works anywhere' '
26
mkdir -p "$deepdir" && (
27
- export GIT_CEILING_DIRECTORIES="$ceiling" &&
+ GIT_CEILING_DIRECTORIES="$ceiling" &&
28
+ export GIT_CEILING_DIRECTORIES &&
29
cd "$deepdir" &&
30
git svn --version
31
)
32
'
33
34
test_expect_success 'git svn help works anywhere' '
35
36
37
38
39
git svn help
40
0 commit comments