Use cp /dev/null instead of echo -n "" to truncate output file.

This commit is contained in:
Dianne Skoll
2025-10-12 14:13:32 -04:00
parent 2723875a18
commit 2dc5a7776d

View File

@@ -40,7 +40,7 @@ OUT=../tests/tz.out
CMP=../tests/tz.cmp
echo "Running timezone tests"
echo -n "" > $OUT 2>&1
cp /dev/null $OUT
TZ=Europe/Amsterdam $REMIND - 2025-09-03@14:00 <<'EOF' >> $OUT 2>&1
SET $AddBlankLines=0