Merge pull request #2043 from luizluca/fixtures_readonly_files

Use rm -rf to remove fixtures
This commit is contained in:
Ben Kochie 2021-05-20 23:12:33 +02:00 committed by GitHub
commit 220aa5b889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ skip-test-32bit:
%/.unpacked: %.ttar
@echo ">> extracting fixtures"
if [ -d $(dir $@) ] ; then rm -r $(dir $@) ; fi
if [ -d $(dir $@) ] ; then rm -rf $(dir $@) ; fi
./ttar -C $(dir $*) -x -f $*.ttar
touch $@