summaryrefslogtreecommitdiffstats
path: root/tests/ts/cal
diff options
context:
space:
mode:
authorTommi Kyntola2013-10-05 20:53:17 +0200
committerKarel Zak2013-10-22 10:21:17 +0200
commita2c047e01799691bee765f13057f495bb43729e9 (patch)
treea4132a3ba432a27c85487c04658d5f10ca3a45f1 /tests/ts/cal
parentbuild-sys: release++ (v2.24) (diff)
downloadkernel-qcow2-util-linux-a2c047e01799691bee765f13057f495bb43729e9.tar.gz
kernel-qcow2-util-linux-a2c047e01799691bee765f13057f495bb43729e9.tar.xz
kernel-qcow2-util-linux-a2c047e01799691bee765f13057f495bb43729e9.zip
cal: added two missing tests
Bigyear and Sep1752 lacked their were missing their last intended tests along with their expected outputs. Signed-off-by: Tommi Kyntola <kynde@iki.fi>
Diffstat (limited to 'tests/ts/cal')
-rwxr-xr-xtests/ts/cal/bigyear1
-rwxr-xr-xtests/ts/cal/sep17521
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/ts/cal/bigyear b/tests/ts/cal/bigyear
index 69023dece..1e7ca4172 100755
--- a/tests/ts/cal/bigyear
+++ b/tests/ts/cal/bigyear
@@ -91,5 +91,6 @@ ts_log "Julian - Sunday-based year"
if [ "$USETERM" == "yes" ]; then
$TS_CMD_CAL -1sj $MYYEAR
fi
+$TS_CMD_CAL -1sj $MYYEAR >> $TS_OUTPUT
ts_finalize
diff --git a/tests/ts/cal/sep1752 b/tests/ts/cal/sep1752
index 68ea3423c..390a28d09 100755
--- a/tests/ts/cal/sep1752
+++ b/tests/ts/cal/sep1752
@@ -91,5 +91,6 @@ ts_log "Julian - Sunday-based year"
if [ "$USETERM" == "yes" ]; then
$TS_CMD_CAL -1sj $MYYEAR
fi
+$TS_CMD_CAL -1sj $MYYEAR >> $TS_OUTPUT
ts_finalize