mirror of
https://github.com/curl/curl.git
synced 2026-05-30 07:37:33 +03:00
parent
6793332eba
commit
e4db6fb02c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue