]> git.proxmox.com Git - mirror_zfs.git/blobdiff - tests/zfs-tests/tests/functional/history/history.cfg
ZTS: Misc fixes for FreeBSD
[mirror_zfs.git] / tests / zfs-tests / tests / functional / history / history.cfg
index bbbd612a668f361f38e6b82c7664f08a51cabd7a..e9200a2b509884f0b8d3cc8d6d369cb1eaeb6fff 100644 (file)
@@ -37,7 +37,11 @@ export TMP_HISTORY=$TEST_BASE_DIR/tmp_history.$$
 export NEW_HISTORY=$TEST_BASE_DIR/new_history.$$
 
 export MIGRATEDPOOLNAME=${MIGRATEDPOOLNAME:-history_pool}
-export TIMEZONE=${TIMEZONE:-US/Mountain}
+if is_freebsd; then
+       export TIMEZONE=${TIMEZONE:-America/Denver}
+else
+       export TIMEZONE=${TIMEZONE:-US/Mountain}
+fi
 
 export HIST_USER="huser"
 export HIST_GROUP="hgroup"