Skip to content

Commit c2de983

Browse files
committed
TO-DROP: only run t5799
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent cb9b7ac commit c2de983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ PERL_PATH_SQ = $(subst ','\'',$(PERL_PATH))
3939
TEST_RESULTS_DIRECTORY_SQ = $(subst ','\'',$(TEST_RESULTS_DIRECTORY))
4040
CHAINLINTTMP_SQ = $(subst ','\'',$(CHAINLINTTMP))
4141

42-
T = $(sort $(wildcard t[0-9][0-9][0-9][0-9]-*.sh))
42+
T = t5799-gvfs-helper.sh
4343
THELPERS = $(sort $(filter-out $(T),$(wildcard *.sh)))
4444
TLIBS = $(sort $(wildcard lib-*.sh)) annotate-tests.sh
4545
TPERF = $(sort $(wildcard perf/p[0-9][0-9][0-9][0-9]-*.sh))

0 commit comments

Comments
 (0)