From: Brandon Smith Date: Fri, 30 May 2014 21:34:56 +0000 (-0700) Subject: US/Central is not a common timezone, use America/Chicago X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=17020b84ba6b037225260ffc261218afcdccf8c2;p=packages%2Fb%2Fbup.git US/Central is not a common timezone, use America/Chicago Signed-off-by: Brandon Smith Reviewed-by: Rob Browning --- diff --git a/t/test-ls.sh b/t/test-ls.sh index 0740d1a..f1eed83 100755 --- a/t/test-ls.sh +++ b/t/test-ls.sh @@ -202,7 +202,7 @@ l--------- ?/?" WVSTART "ls (dates TZ != UTC)" -export TZ=US/Central +export TZ=America/Chicago symlink_date_central="$(bup ls -l src/latest"$tmpdir"/src | grep symlink)" symlink_date_central="$(echo "$symlink_date_central" \ | perl -ne 'm/.*? (\d+) (\d\d\d\d-\d\d-\d\d \d\d:\d\d)/ and print $2')"