From 2dc5a7776d48c705d91d329813865f6ae47f05e4 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Sun, 12 Oct 2025 14:13:32 -0400 Subject: [PATCH] Use cp /dev/null instead of echo -n "" to truncate output file. --- tests/test-timezone-support | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-timezone-support b/tests/test-timezone-support index e7d675dc..e042df88 100755 --- a/tests/test-timezone-support +++ b/tests/test-timezone-support @@ -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