summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2009-01-05 12:30:21 +0000
committerRüdiger Timm <rt@openoffice.org>2009-01-05 12:30:21 +0000
commite4217b670abb4cab2dce3cbd18bc18d1d17d8950 (patch)
treedbf2bb0c63858e01ce1cb7b2b61d198355914aac /basegfx
parent702d4f29e60b9f9aa860a102d6c7bce2163e5942 (diff)
#i95875#, #i10000# Do not create signalfiles in in working directory.
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/test/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/test/makefile.mk b/basegfx/test/makefile.mk
index 62ddba48d866..5bf0d8aa0b59 100644
--- a/basegfx/test/makefile.mk
+++ b/basegfx/test/makefile.mk
@@ -89,7 +89,7 @@ $(MISC)$/unittest_succeeded : $(SHL1TARGETN)
@echo ----------------------------------------------------------
@echo - start unit test on library $(SHL1TARGETN)
@echo ----------------------------------------------------------
- testshl2 -forward $(BIN)$/ $(SHL1TARGETN)
+ testshl2 -sf $(mktmp ) -forward $(BIN)$/ $(SHL1TARGETN)
$(TOUCH) $@
ALLTAR : $(MISC)$/unittest_succeeded