diff --git a/.aliases b/.aliases
index a6b52477..0ca84c79 100644
--- a/.aliases
+++ b/.aliases
@@ -113,9 +113,9 @@ function _gwTest1() {
echo "DONE gw $@"
}
function _gwTest() {
- . .aliases;
- . .tc-environment;
- rm /tmp/gwTest.tmp
+ . .aliases
+ . .tc-environment
+ rm -f /tmp/gwTest.tmp
if [ "$1" == "--all" ]; then
shift # to remove the --all from $@
# delierately in separate gradlew-calls to avoid Testcontains-PostgreSQL problem spillover
diff --git a/.run/ImportHostingAssets into local.run.xml b/.run/ImportHostingAssets into local.run.xml
index d3c7f2da..956ca15d 100644
--- a/.run/ImportHostingAssets into local.run.xml
+++ b/.run/ImportHostingAssets into local.run.xml
@@ -7,6 +7,7 @@
+
@@ -34,4 +35,4 @@
true
-
\ No newline at end of file
+
diff --git a/.run/ImportHostingAssets.run.xml b/.run/ImportHostingAssets.run.xml
index 9ac4f496..b8c6ba00 100644
--- a/.run/ImportHostingAssets.run.xml
+++ b/.run/ImportHostingAssets.run.xml
@@ -3,7 +3,6 @@