diff options
author | Rüdiger Timm <rt@openoffice.org> | 2009-01-05 12:30:21 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2009-01-05 12:30:21 +0000 |
commit | e4217b670abb4cab2dce3cbd18bc18d1d17d8950 (patch) | |
tree | dbf2bb0c63858e01ce1cb7b2b61d198355914aac /basegfx | |
parent | 702d4f29e60b9f9aa860a102d6c7bce2163e5942 (diff) |
#i95875#, #i10000# Do not create signalfiles in in working directory.
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/test/makefile.mk | 2 |
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 |