diff --git a/test/color.duetoday.t b/test/color.duetoday.t index 235834e48..5a699b0ae 100755 --- a/test/color.duetoday.t +++ b/test/color.duetoday.t @@ -42,7 +42,7 @@ if (open my $fh, '>', 'color.rc') # Test the add command. qx{../src/task rc:color.rc add due:12/31/2037 nothing}; -qx{../src/task rc:color.rc add due:1hr red}; +qx{../src/task rc:color.rc add due:5minutes red}; my $output = qx{../src/task rc:color.rc list}; like ($output, qr/ (?!<\033\[\d\dm) \d{1,2}\/\d{1,2}\/\d{4} (?!>\033\[0m) .* nothing /x, 'none');