diff options
author | Karel Zak | 2013-10-22 12:03:52 +0200 |
---|---|---|
committer | Karel Zak | 2013-10-22 12:03:52 +0200 |
commit | e0e9ff9e9f52c80aaa476724c88259593536b94a (patch) | |
tree | 844507ff5c727f9c0029874c02c6120c43e002b3 /tests/ts/cal/sep1752w | |
parent | cal: fix coding style (diff) | |
download | kernel-qcow2-util-linux-e0e9ff9e9f52c80aaa476724c88259593536b94a.tar.gz kernel-qcow2-util-linux-e0e9ff9e9f52c80aaa476724c88259593536b94a.tar.xz kernel-qcow2-util-linux-e0e9ff9e9f52c80aaa476724c88259593536b94a.zip |
tests: add TERM= to all cal(1) tests
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts/cal/sep1752w')
-rwxr-xr-x | tests/ts/cal/sep1752w | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ts/cal/sep1752w b/tests/ts/cal/sep1752w index 0ea460337..293df39ed 100755 --- a/tests/ts/cal/sep1752w +++ b/tests/ts/cal/sep1752w @@ -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" |