From: Karel Zak Date: Tue, 7 Aug 2018 08:59:06 +0000 (+0200) Subject: tests: check for test_cal X-Git-Tag: v2.33-rc1~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=549281cb87ff2122c1d94b91bfde36a571dd0315;p=thirdparty%2Futil-linux.git tests: check for test_cal Signed-off-by: Karel Zak --- 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