filecheck: quietly remove test-place/*~

Closes #7179
This commit is contained in:
Harry Sintonen 2021-06-02 20:27:57 +03:00 committed by Daniel Stenberg
parent 6793332eba
commit e4db6fb02c
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ EXTRA_DIST = $(TESTCASES) DISABLED CMakeLists.txt
filecheck:
@mkdir test-place; \
cp "$(top_srcdir)"/tests/data/test[0-9]* test-place/; \
rm test-place/*~; \
rm -f test-place/*~; \
for f in $(EXTRA_DIST); do \
if test -f "$(top_srcdir)/tests/data/$$f"; then \
rm -f "test-place/$$f"; \