aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-05-20 19:09:16 +0200
committerJustin M. Keyes <justinkz@gmail.com>2018-05-20 19:12:34 +0200
commit1642917f9ba873be7be2dae346efb29f64e268a0 (patch)
tree55715b5a9cfcf8e8ed4ec373596d5ef1b329ec98
parenta93658502c9f81078ee4549e25b56dcc9294a832 (diff)
downloadrneovim-1642917f9ba873be7be2dae346efb29f64e268a0.tar.gz
rneovim-1642917f9ba873be7be2dae346efb29f64e268a0.tar.bz2
rneovim-1642917f9ba873be7be2dae346efb29f64e268a0.zip
test/old: fix test filename
-rw-r--r--src/nvim/testdir/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index cd7a6cbc9c..c1ede08c31 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -89,7 +89,7 @@ NEW_TESTS ?= \
test_profile.res \
test_put.res \
test_quickfix.res \
- Test_quotestar.res \
+ test_quotestar.res \
test_recover.res \
test_retab.res \
test_scrollbind.res \