From 29738fd2d1d1af07b93018d0ec7be0bf9dc35bc5 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 24 Nov 2020 16:06:24 +0100 Subject: move data into subdir --- tests/fixtures/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/fixtures/Makefile') diff --git a/tests/fixtures/Makefile b/tests/fixtures/Makefile index be5c111..fa09b54 100644 --- a/tests/fixtures/Makefile +++ b/tests/fixtures/Makefile @@ -1,6 +1,6 @@ SHELL := /bin/bash -.PHONY: verify-entity-download -verify-entity-download: verify-entity-download.sh - bash verify-entity-download.sh +.PHONY: fetch +fetch: fetch.sh + bash fetch.sh -- cgit v1.2.3