diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-10 21:28:10 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-10 21:28:10 +0000 |
commit | e4c542122910eca9f489dcd83dbfb0b871348bf3 (patch) | |
tree | c835f0a5f06efa38bac6f0475aecb4c86c93c56c /Test/10prompt.ztst | |
parent | a48427e75a4a3fb8482af714b1b80eef4d867b64 (diff) | |
download | zsh-e4c542122910eca9f489dcd83dbfb0b871348bf3.tar.gz zsh-e4c542122910eca9f489dcd83dbfb0b871348bf3.tar.xz zsh-e4c542122910eca9f489dcd83dbfb0b871348bf3.zip |
zsh-workers/9674
Diffstat (limited to 'Test/10prompt.ztst')
-rw-r--r-- | Test/10prompt.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/10prompt.ztst b/Test/10prompt.ztst index 08bf8f6a9..91be7fcfc 100644 --- a/Test/10prompt.ztst +++ b/Test/10prompt.ztst @@ -93,7 +93,7 @@ if [[ $date3 != [0-9][0-9]-[0-9][0-9]-[0-9][0-9] ]]; then print "Date \`$date3' is not in the form \`YY-MM-DD'" fi - if (( $date1[5,-1] != $date2[4,5] )) || (( $date2[4,5] != $date3[8,9] )) + if (( $date1[5,-1] != $date2[4,5] )) || (( $date2[4,5] != $date3[7,8] )) then print "Days of month do not agree in $date1, $date2, $date3" fi |