diff options
author | Lukas Fleischer <lfleischer@calcurse.org> | 2016-02-18 22:23:33 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2016-02-18 22:23:33 +0100 |
commit | 85772d746f7b1123b94ce9556273b4a9df77eeaf (patch) | |
tree | 3117e629ebfd1d83caec2e06a1ca4ac965ead98c /test/recur-003.sh | |
parent | 8c32812fe1b08d819cb62727dbe8f00d5afbba10 (diff) | |
download | calcurse-85772d746f7b1123b94ce9556273b4a9df77eeaf.zip |
Fix tests to match the new item ordering
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'test/recur-003.sh')
-rwxr-xr-x | test/recur-003.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recur-003.sh b/test/recur-003.sh index feb00ba..a0beac8 100755 --- a/test/recur-003.sh +++ b/test/recur-003.sh @@ -10,9 +10,9 @@ elif [ "$1" = 'expected' ]; then 01/01/01: * Each day since 2000-01-01 * Each first day of the month since 2000-01-01 - * Every year on January, 1st since year 2000 * Every second day since 2000-01-01 * Every three days, but not on 2000-01-04 + * Every year on January, 1st since year 2000 EOD else ./run-test "$0" |