diff src/testdir/Makefile @ 21953:947aba2d8c28 v8.2.1526

patch 8.2.1526: line in testdir Makefile got commented out Commit: https://github.com/vim/vim/commit/228e62975e7aef9d6224a5a7c43625c1c1494fc2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 27 16:06:46 2020 +0200 patch 8.2.1526: line in testdir Makefile got commented out Problem: Line in testdir Makefile got commented out. (Christian Brabandt) Solution: Revert.
author Bram Moolenaar <Bram@vim.org>
date Thu, 27 Aug 2020 16:15:03 +0200
parents 3ece5c9fe811
children d5328b2b0edf
line wrap: on
line diff
--- 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"