aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliseo Martínez <eliseomarmol@gmail.com>2015-01-23 20:08:20 +0100
committerJustin M. Keyes <justinkz@gmail.com>2015-01-27 18:35:48 -0500
commit475d0e213cd455db59a9e69305ec2d15e5495a1a (patch)
treef17d2f91c820dd0fe8f5f865653d355fdb9d73fd
parent6bc8c7be3a808f66d2c47bfe463a1346490da7f4 (diff)
downloadrneovim-475d0e213cd455db59a9e69305ec2d15e5495a1a.tar.gz
rneovim-475d0e213cd455db59a9e69305ec2d15e5495a1a.tar.bz2
rneovim-475d0e213cd455db59a9e69305ec2d15e5495a1a.zip
Remove spurious file 'del' left after old tests.
Executing old tests leaves an empty file 'del' that doesn't get removed by `make clean`.
-rw-r--r--src/nvim/testdir/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index fce0971d89..afa4ce67f4 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -106,7 +106,8 @@ clean:
$(RM_ON_START) \
valgrind.* \
.*.swp \
- .*.swo
+ .*.swo \
+ del
test1.out: .gdbinit test1.in
-rm -rf $*.failed $(RM_ON_RUN) $(RM_ON_START) wrongtermsize