]> arthur.barton.de Git - bup.git/blobdiff - t/test-ls.sh
README.md: mention workaround for pwd test issue
[bup.git] / t / test-ls.sh
index 0740d1accae87d252ba9613bc55eec9c20098a23..77c5d096a7bb788cd3a6e469b76c32c22027ad8f 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-. ./wvtest-bup.sh
+. ./wvtest-bup.sh || exit $?
 
 set -o pipefail
 
@@ -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')"