Skip to content

Commit

Permalink
Makefile: test for permission denied on write
Browse files Browse the repository at this point in the history
  • Loading branch information
hirthwork committed Sep 24, 2016
1 parent 7e3060a commit 40b672c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,7 @@ $(testdir)/errors/run:
test -f $(dir $@)mount/tag1/file1
rm $(dir $@)data/file1
test ! -f $(dir $@)mount/tag1/file1
# let's try to append something to file
echo '! echo >> $(dir $@)mount/file2' | sh
touch $@

0 comments on commit 40b672c

Please sign in to comment.