Merge pull request #2043 from luizluca/fixtures_readonly_files

Use rm -rf to remove fixtures
pull/2045/head
Ben Kochie 5 years ago committed by GitHub
commit 220aa5b889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Makefile

@ -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 $@

Loading…
Cancel
Save