summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKarel Zak2018-08-07 10:59:06 +0200
committerKarel Zak2018-08-07 10:59:06 +0200
commit549281cb87ff2122c1d94b91bfde36a571dd0315 (patch)
tree6554174d0669149dde2d622635503dc3d079666b /tests
parentcal: fix --span for large numbers of months (diff)
downloadkernel-qcow2-util-linux-549281cb87ff2122c1d94b91bfde36a571dd0315.tar.gz
kernel-qcow2-util-linux-549281cb87ff2122c1d94b91bfde36a571dd0315.tar.xz
kernel-qcow2-util-linux-549281cb87ff2122c1d94b91bfde36a571dd0315.zip
tests: check for test_cal
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/ts/cal/bigyear2
-rwxr-xr-xtests/ts/cal/month2
-rwxr-xr-xtests/ts/cal/sep17522
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/ts/cal/bigyear b/tests/ts/cal/bigyear
index d205c3afd..34139fd27 100755
--- a/tests/ts/cal/bigyear
+++ b/tests/ts/cal/bigyear
@@ -18,7 +18,7 @@ TS_DESC="Year 2147483646"
. $TS_TOPDIR/functions.sh
ts_init "$*"
-ts_check_test_command "$TS_CMD_CAL"
+ts_check_test_command "$TS_HELPER_CAL"
export TERM=linux
diff --git a/tests/ts/cal/month b/tests/ts/cal/month
index 9794e90c0..37996acae 100755
--- a/tests/ts/cal/month
+++ b/tests/ts/cal/month
@@ -22,7 +22,7 @@ TS_DESC="month"
. $TS_TOPDIR/functions.sh
ts_init "$*"
-ts_check_test_command "$TS_CMD_CAL"
+ts_check_test_command "$TS_HELPER_CAL"
export TERM=linux
diff --git a/tests/ts/cal/sep1752 b/tests/ts/cal/sep1752
index 3128261cd..41c30d40e 100755
--- a/tests/ts/cal/sep1752
+++ b/tests/ts/cal/sep1752
@@ -18,7 +18,7 @@ TS_DESC="September 1752"
. $TS_TOPDIR/functions.sh
ts_init "$*"
-ts_check_test_command "$TS_CMD_CAL"
+ts_check_test_command "$TS_HELPER_CAL"
export TERM=linux