mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Use cp /dev/null instead of echo -n "" to truncate output file.
This commit is contained in:
@@ -40,7 +40,7 @@ OUT=../tests/tz.out
|
|||||||
CMP=../tests/tz.cmp
|
CMP=../tests/tz.cmp
|
||||||
|
|
||||||
echo "Running timezone tests"
|
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
|
TZ=Europe/Amsterdam $REMIND - 2025-09-03@14:00 <<'EOF' >> $OUT 2>&1
|
||||||
SET $AddBlankLines=0
|
SET $AddBlankLines=0
|
||||||
|
|||||||
Reference in New Issue
Block a user