Skip to content

Commit b57913f

Browse files
avargitster
authored andcommitted
test-lib tests: remove dead GIT_TEST_FRAMEWORK_SELFTEST variable
Stop setting the GIT_TEST_FRAMEWORK_SELFTEST variable. This was originally needed back in 4231d1b (t0000: do not get self-test disrupted by environment warnings, 2018-09-20). It hasn't been needed since I deleted the relevant code in test-lib.sh in c0eedbc (test-lib: remove check_var_migration, 2021-02-09), I just didn't notice that it was set here. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent edc2384 commit b57913f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

t/t0000-basic.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ _run_sub_test_lib_test_common () {
8484
passing metrics
8585
'
8686
87-
# Tell the framework that we are self-testing to make sure
88-
# it yields a stable result.
89-
GIT_TEST_FRAMEWORK_SELFTEST=t &&
90-
9187
# Point to the t/test-lib.sh, which isn't in ../ as usual
9288
. "\$TEST_DIRECTORY"/test-lib.sh
9389
EOF

0 commit comments

Comments
 (0)