Skip to content

Commit 12ab25b

Browse files
committed
t/testenv.sh: drop unused configuration variable
The LFS_CONFIG variable, which we set in our t/testenv.sh library, is not referenced by any part of our current test suite. The last use of this variable was removed in 2015 in commit 1feee58 of PR git-lfs#335, when the test suite was revised to create a private home directory for the tests, so as to be able to set a standard global Git configuration separate from that of the current user's configuration. Hence we can just remove the LFS_CONFIG variable now.
1 parent 46d9496 commit 12ab25b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

t/testenv.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,6 @@ REMOTEDIR="$ROOTDIR/t/remote"
111111
#
112112
CREDSDIR="$REMOTEDIR/creds/"
113113

114-
# This is the prefix for Git config files. See the "Test Suite" section in
115-
# t/README.md
116-
LFS_CONFIG="$REMOTEDIR/config"
117-
118114
# This file contains the URL of the test Git server. See the "Test Suite"
119115
# section in t/README.md
120116
LFS_URL_FILE="$REMOTEDIR/url"

0 commit comments

Comments
 (0)