From e4c542122910eca9f489dcd83dbfb0b871348bf3 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 10 Feb 2000 21:28:10 +0000 Subject: zsh-workers/9674 --- Test/10prompt.ztst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test') 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 -- cgit 1.4.1