From 549281cb87ff2122c1d94b91bfde36a571dd0315 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 7 Aug 2018 10:59:06 +0200 Subject: [PATCH] tests: check for test_cal Signed-off-by: Karel Zak --- tests/ts/cal/bigyear | 2 +- tests/ts/cal/month | 2 +- tests/ts/cal/sep1752 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/ts/cal/bigyear b/tests/ts/cal/bigyear index d205c3afd7..34139fd275 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 9794e90c08..37996acae7 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 3128261cd9..41c30d40e8 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 -- 2.47.3