aboutsummaryrefslogtreecommitdiffstats
path: root/test/recur-009.sh
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@calcurse.org>2020-10-12 11:03:03 -0400
committerLukas Fleischer <lfleischer@calcurse.org>2020-10-12 11:16:08 -0400
commit06ce86c600d45ed1d650fe06197064b12e880db6 (patch)
tree0a58fe7d069bb7090ebd28d39ea45fdd6a826d81 /test/recur-009.sh
parent701f8e4fbd15bd804b43b44566a19c0f07a20b16 (diff)
downloadcalcurse-06ce86c600d45ed1d650fe06197064b12e880db6.tar.gz
calcurse-06ce86c600d45ed1d650fe06197064b12e880db6.zip
test: indent continuation lines
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'test/recur-009.sh')
-rwxr-xr-xtest/recur-009.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/recur-009.sh b/test/recur-009.sh
index 2558b4c..8cfe896 100755
--- a/test/recur-009.sh
+++ b/test/recur-009.sh
@@ -5,13 +5,13 @@
if [ "$1" = 'actual' ]; then
"$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/rfc5545" \
- -Q --from 1/1/1996 --to 12/31/2007 --filter-type recur
+ -Q --from 1/1/1996 --to 12/31/2007 --filter-type recur
echo ""
echo "Floating point exception?"
"$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/rfc5545" \
- -Q --day 8/1/2020 --filter-type recur &&
+ -Q --day 8/1/2020 --filter-type recur &&
"$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/rfc5545" \
- -Q --day 11/1/2020 --filter-type recur &&
+ -Q --day 11/1/2020 --filter-type recur &&
echo "No Floating point exception on November 1, 2020"
elif [ "$1" = 'expected' ]; then
cat <<EOD