summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTom Whipple <tw@tomwhipple.com>2006-08-10 23:20:35 +0000
committerTom Whipple <tw@tomwhipple.com>2006-08-10 23:20:35 +0000
commitca699f72ca02f1e2f21eb455fd5bed7017f8eb84 (patch)
tree3a0ac03121645d8f5d52cb3c6ea58c4d1c82b174 /tests
parent86fb3927e6f7c7cb7b759d844c858b3e33a4175a (diff)
expanded cleanup for new tests
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 02a1bd4..0fc521d 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -29,12 +29,12 @@ clean: tests-clean
tests-userclean:
rm -rf tmp/xdgt*
- find ${HOME} -name 'xdgtestdata*' | xargs rm -f
+ find ${HOME} -name 'xdgtestdata*' | xargs rm -rf
find ${HOME} -name 'x-xdg*.xml' | xargs rm -f
find ${HOME}/.kde/share/mimelnk -name 'x-xdg*.desktop' | xargs rm -f
tests-clean: tests-userclean
- find `echo "${XDG_DATA_DIRS}:/usr/local/share/:/usr/share/:${XDG_CONFIG_DIRS}:/etc/xdg" | sed -e 's/:/ /g'` -name 'xdgtestdata*' | xargs rm -f
+ find `echo "${XDG_DATA_DIRS}:/usr/local/share/:/usr/share/:${XDG_CONFIG_DIRS}:/etc/xdg" | sed -e 's/:/ /g'` -name 'xdgtestdata*' | xargs rm -rf
find `echo "${XDG_DATA_DIRS}:/usr/local/share/:/usr/share/:${XDG_CONFIG_DIRS}:/etc/xdg" | sed -e 's|:| |g'` -name 'x-xdgt*' | xargs rm -f
install: