Skip to content

Commit c854898

Browse files
committed
Revert change accidentally included in runtime file updates. Closes #3998.
1 parent b0e2da2 commit c854898

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/testdir/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ SCRIPTSOURCE = ../../runtime
1212
# Comment out this line to see the verbose output of tests.
1313
#
1414
# Catches SwapExists to avoid hanging at the ATTENTION prompt.
15-
#REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null
15+
REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null
1616

1717
# Uncomment this line to use valgrind for memory leaks and extra warnings.
1818
# The output goes into a file "valgrind.testN"
1919
# Vim should be compiled with EXITFREE to avoid false warnings.
2020
# This will make testing about 10 times as slow.
21-
#VALGRIND = valgrind --tool=memcheck --leak-check=yes --num-callers=25 --log-file=valgrind.$*
21+
# VALGRIND = valgrind --tool=memcheck --leak-check=yes --num-callers=25 --log-file=valgrind.$*
2222

2323
default: nongui
2424

0 commit comments

Comments
 (0)