summaryrefslogtreecommitdiffstats
path: root/tests/ts/cal/bigyear
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ts/cal/bigyear')
-rwxr-xr-xtests/ts/cal/bigyear6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ts/cal/bigyear b/tests/ts/cal/bigyear
index c01bf08c2..e1f4a85f4 100755
--- a/tests/ts/cal/bigyear
+++ b/tests/ts/cal/bigyear
@@ -13,7 +13,7 @@
# GNU General Public License for more details.
TS_TOPDIR="$(dirname $0)/../.."
-TS_DESC="Year 1234567890123456789"
+TS_DESC="Year 2147483646"
. $TS_TOPDIR/functions.sh
ts_init "$*"
@@ -22,8 +22,8 @@ set -o pipefail
export TERM=linux
USETERM=$( ts_has_option "useterm" "$*" )
-MYMONTH="12 1234567890123456789"
-MYYEAR="1234567890123456789"
+MYMONTH="12 2147483646"
+MYYEAR="2147483646"
[ "$USETERM" == "yes" ] && TS_VERBOSE="yes"
ts_log ""