aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorwatiko <service@mail.watiko.net>2016-01-11 05:05:11 +0900
committerwatiko <service@mail.watiko.net>2016-01-15 23:50:04 +0900
commit8b173a1de51c0547ad821ad745deb052d732128b (patch)
treeeb21e82c73e2d97c2fab9669b9545a3716467272 /src
parentf433f569a319123e09a6536b1a58d1198b2e3255 (diff)
downloadrneovim-8b173a1de51c0547ad821ad745deb052d732128b.tar.gz
rneovim-8b173a1de51c0547ad821ad745deb052d732128b.tar.bz2
rneovim-8b173a1de51c0547ad821ad745deb052d732128b.zip
tests: Remove needless line continuation.
Diffstat (limited to 'src')
-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 b4292dbd4b..8edbe303f2 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -160,7 +160,7 @@ RUN_VIMTEST = VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(VALGRIND) $(VIMPR
newtests: newtestssilent
@/bin/sh -c "if test -f messages && grep -q 'FAILED' messages; then \
cat messages && cat test.log; \
- fi" \
+ fi"
newtestssilent: $(NEW_TESTS)