- New 'newest' report.
This commit is contained in:
Paul Beckingham
2013-10-19 20:54:04 -04:00
parent ad98552a3b
commit 069a707e92
2 changed files with 6 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ qx{../src/task rc:oldest.rc add ten 2>&1};
sleep 1;
qx{../src/task rc:oldest.rc add eleven 2>&1};
$output = qx{../src/task rc:oldest.rc oldest 2>&1};
$output = qx{../src/task rc:oldest.rc oldest limit:10 2>&1};
like ($output, qr/one/, 'oldest: one'); # 10
like ($output, qr/two/, 'oldest: two');
like ($output, qr/three/, 'oldest: three');