summaryrefslogtreecommitdiffstats
path: root/src/testdir/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-08-27 16:06:46 +0200
committerBram Moolenaar <Bram@vim.org>2020-08-27 16:06:46 +0200
commit228e62975e7aef9d6224a5a7c43625c1c1494fc2 (patch)
treee8234906e38fc6206a62981e37138022b5d92da0 /src/testdir/Makefile
parent6e3aeec8461cf27396b6574b5438019a00684e00 (diff)
patch 8.2.1526: line in testdir Makefile got commented outv8.2.1526
Problem: Line in testdir Makefile got commented out. (Christian Brabandt) Solution: Revert.
Diffstat (limited to 'src/testdir/Makefile')
-rw-r--r--src/testdir/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/Makefile b/src/testdir/Makefile
index 6431f6a6b3..2fb329aa1c 100644
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -12,7 +12,7 @@ SCRIPTSOURCE = ../../runtime
# Comment out this line to see the verbose output of tests.
#
# Catches SwapExists to avoid hanging at the ATTENTION prompt.
-#REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null
+REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null
# Uncomment this line to use valgrind for memory leaks and extra warnings.
# The output goes into a file "valgrind.testN"