t/Makefile.mak: suppress superfluous messages from rm
commit1931172da5b3f8a880cccb4ff8838da6bab7ced7
authorKyle J. McKay <mackyle@gmail.com>
Fri, 16 Jun 2017 18:03:37 +0000 (16 11:03 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 16 Jun 2017 18:03:37 +0000 (16 11:03 -0700)
tree1c005956e9e5f229b47b4b344fa172e91b960a9c
parent2799137d926e083fe8f3620e64fb4dec37a2bf4d
t/Makefile.mak: suppress superfluous messages from rm

During trash directory cleanup rm may spew some unimportant
messages if the permissions are overly restricted during the
initial part of the clean up.

They are irrelevant and distracting since if the cleanup really
fails they will be emitted correctly later.

Therefore suppress the bogus messages.

Also take this opportunity to make sure missing read permission
is also handled corretly during the cleanup and everything truly
executes as intended in the presence of permission restrictions.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
t/Makefile.mak