Skip to content

Commit

Permalink
Merge pull request #2043 from luizluca/fixtures_readonly_files
Browse files Browse the repository at this point in the history
Use rm -rf to remove fixtures
  • Loading branch information
SuperQ committed May 20, 2021
2 parents f29590e + f91a1cc commit 220aa5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@

Expand Down

0 comments on commit 220aa5b

Please sign in to comment.