]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: add TERM= to all cal(1) tests
authorKarel Zak <kzak@redhat.com>
Tue, 22 Oct 2013 10:03:52 +0000 (12:03 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 22 Oct 2013 10:03:52 +0000 (12:03 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/ts/cal/1m
tests/ts/cal/1mw
tests/ts/cal/3m
tests/ts/cal/bigyear
tests/ts/cal/bigyearw
tests/ts/cal/sep1752
tests/ts/cal/sep1752w
tests/ts/cal/weekarg
tests/ts/cal/weeknum
tests/ts/cal/year
tests/ts/cal/yearw

index b4e4b757c89517d3924f92814ba0cfb4c0700765..cf77095366fc2a3917773b63f69053028eb46248 100755 (executable)
@@ -23,6 +23,7 @@ TS_DESC="1 month"
 ts_init "$*"
 
 set -o pipefail
+export TERM=linux
 
 USETERM=$( ts_has_option "useterm" "$*" )
 MYTIME="27 09 2006"
index 56237726c27788c00919158f72b72e05bdf0e120..2997f14cebef1d4520d93624e1ebd8c128f5b9bd 100755 (executable)
@@ -23,6 +23,7 @@ TS_DESC="1 month with week numbers"
 ts_init "$*"
 
 set -o pipefail
+export TERM=linux
 
 USETERM=$( ts_has_option "useterm" "$*" )
 MYTIME="27 09 2006"
index bf9c222276e5895b81adb7147c31657fe147a524..dc6de1e9f7a766091afe600d71996ebba5e5c7f2 100755 (executable)
@@ -22,6 +22,7 @@ TS_DESC="3 months"
 ts_init "$*"
 
 set -o pipefail
+export TERM=linux
 
 USETERM=$( ts_has_option "useterm" "$*" )
 MYTIME="27 09 2006"
index 1e7ca41722eeec1fd6245372dcfb443e7e5bf3e0..c01bf08c283a8274f374d2d6c6c627a741b62c25 100755 (executable)
@@ -19,6 +19,7 @@ TS_DESC="Year 1234567890123456789"
 ts_init "$*"
 
 set -o pipefail
+export TERM=linux
 
 USETERM=$( ts_has_option "useterm" "$*" )
 MYMONTH="12 1234567890123456789"
index 3400b49b07719bdc51558f1978a9ef8c1316509d..b0fcae5b7561686b3a266eee180bf243041a9996 100755 (executable)
@@ -19,6 +19,7 @@ TS_DESC="Year 1234567890123456789 with week numbers"
 ts_init "$*"
 
 set -o pipefail
+export TERM=linux
 
 USETERM=$( ts_has_option "useterm" "$*" )
 MYMONTH="12 1234567890123456789"
index 390a28d094922cc9e1706cac361756512efa15ca..df86b73177b02b4758eb8f2504b5382183835326 100755 (executable)
@@ -19,6 +19,7 @@ TS_DESC="September 1752"
 ts_init "$*"
 
 set -o pipefail
+export TERM=linux
 
 USETERM=$( ts_has_option "useterm" "$*" )
 MYMONTH="09 1752"
index 0ea460337d0f48142a0b819aec6fc030f3929789..293df39edc07d9b0e109b51cfefdca9c45c2ab9e 100755 (executable)
@@ -19,6 +19,7 @@ TS_DESC="September 1752 with week numbers"
 ts_init "$*"
 
 set -o pipefail
+export TERM=linux
 
 USETERM=$( ts_has_option "useterm" "$*" )
 MYMONTH="09 1752"
index be50e044d247bc303d7aecd3a8efbceb127d17e9..507b564c995c9c4d13502cbad2bd1aae958aa033 100755 (executable)
@@ -22,6 +22,7 @@ TS_DESC="week number given as argument"
 ts_init "$*"
 
 set -o pipefail
+export TERM=linux
 
 USETERM=$( ts_has_option "useterm" "$*" )
 
index 8164f1a678bd882b87edfb1a43ccaa1c4ad639dd..e25b71b9545455fa587105856078538e4a5d72f6 100755 (executable)
@@ -22,6 +22,7 @@ TS_DESC="week number corner cases"
 ts_init "$*"
 
 set -o pipefail
+export TERM=linux
 
 USETERM=$( ts_has_option "useterm" "$*" )
 
index e1d4d95c91026ed4bac8173ace36f0891561b728..78b3546ef52927d02663cc4a547d822af810a5d7 100755 (executable)
@@ -22,6 +22,7 @@ TS_DESC="year"
 ts_init "$*"
 
 set -o pipefail
+export TERM=linux
 
 USETERM=$( ts_has_option "useterm" "$*" )
 MYTIME="29 11 2006"
index b82757433cc4eed676983bb8bdf207f531ced01c..9c72590134a3a1e06d7b4ecbcf3700f1a78f9250 100755 (executable)
@@ -22,6 +22,7 @@ TS_DESC="year with week numbers"
 ts_init "$*"
 
 set -o pipefail
+export TERM=linux
 
 USETERM=$( ts_has_option "useterm" "$*" )
 MYTIME="29 11 2006"