diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-08-11 19:32:50 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-08-11 19:32:50 +0000 |
commit | 548c4562fe5889ae8149c082c36ac9461babf0ec (patch) | |
tree | dbec17faae33c4944da8b8360583483a6707df71 /Test | |
parent | 773737e09f9235f83e1ca936fca9b2093388f80a (diff) | |
download | zsh-548c4562fe5889ae8149c082c36ac9461babf0ec.tar.gz zsh-548c4562fe5889ae8149c082c36ac9461babf0ec.tar.xz zsh-548c4562fe5889ae8149c082c36ac9461babf0ec.zip |
fix tests using zsh/datetime that I broke
Diffstat (limited to 'Test')
-rw-r--r-- | Test/V04features.ztst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Test/V04features.ztst b/Test/V04features.ztst index 240336611..2790456e2 100644 --- a/Test/V04features.ztst +++ b/Test/V04features.ztst @@ -17,18 +17,24 @@ 0:Loading modules with no features >-b:strftime >-p:EPOCHSECONDS +>-p:EPOCHREALTIME +>-p:epochtime zmodload -F zsh/datetime b:strftime zmodload -lF zsh/datetime 0:Enabling features >+b:strftime >-p:EPOCHSECONDS +>-p:EPOCHREALTIME +>-p:epochtime zmodload -F zsh/datetime +p:EPOCHSECONDS -b:strftime zmodload -lF zsh/datetime 0:Disabling features >-b:strftime >+p:EPOCHSECONDS +>-p:EPOCHREALTIME +>-p:epochtime zmodload -Fe zsh/datetime p:EPOCHSECONDS b:strftime 0:Testing existing features @@ -109,6 +115,8 @@ 0:Feature state with loading after error enabling >+b:strftime >-p:EPOCHSECONDS +>+p:EPOCHREALTIME +>+p:epochtime zmodload -F zsh/datetime p:EPOCHSECONDS zmodload -Fe zsh/datetime +p:EPOCHSECONDS @@ -159,3 +167,5 @@ 0:zmodload with no -F enables all features >+b:strftime >+p:EPOCHSECONDS +>+p:EPOCHREALTIME +>+p:epochtime |