diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-06-06 14:38:06 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-06-06 14:38:06 +0200 |
commit | 133c737357ceff21348d55c7d53903421c5ce094 (patch) | |
tree | 355416694d1464d337ff0d7a77d222e820e9d39b /src/testdir/Makefile | |
parent | 18250e291a5b4b8e32229d99ccb7c895ff0ca637 (diff) | |
download | vim-git-133c737357ceff21348d55c7d53903421c5ce094.tar.gz |
patch 8.1.1479: change included for debugging onlyv8.1.1479
Problem: Change included for debugging only.
Solution: Restore the REDIR_TEST_TO_NULL line.
Diffstat (limited to 'src/testdir/Makefile')
-rw-r--r-- | src/testdir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/Makefile b/src/testdir/Makefile index 4bfc40096..f28c9414f 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" |