Skip to content

Commit

Permalink
test: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lervag committed Nov 7, 2021
1 parent f9fd179 commit 3db6aaa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/test-cache/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ $(TESTS_KPSEWHICH):
test-cleanup: $(TESTS_ALL)
@rm kpsewhich.json
@rm capture.json
@rm nvim_servernames.log
@rm -f nvim_servernames.log
2 changes: 1 addition & 1 deletion test/test-completion-bibtex/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ $(BACKENDS):
@BACKEND=$@ $(MYVIM) -u test_backend.vim

test-cleanup: $(TESTS_ALL)
@rm nvim_servernames.log
@rm -f nvim_servernames.log
2 changes: 1 addition & 1 deletion test/test-completion-commands/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ $(TESTS):
@$(MYVIM) -u $@.vim

test-cleanup: $(TESTS)
@rm nvim_servernames.log
@rm -f nvim_servernames.log
2 changes: 1 addition & 1 deletion test/test-completion-environments/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ $(TESTS):
@$(MYVIM) -u $@.vim

test-cleanup: $(TESTS)
@rm nvim_servernames.log
@rm -f nvim_servernames.log
2 changes: 1 addition & 1 deletion test/test-completion-labels/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ $(TESTS):
@$(MYVIM) -u $@.vim

test-cleanup: $(TESTS)
@rm nvim_servernames.log
@rm -f nvim_servernames.log

0 comments on commit 3db6aaa

Please sign in to comment.