From 67d85b484be02ac3926139dc4dd23e4c74a195dc Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 15 Jun 2014 22:22:02 -0400 Subject: [PATCH] Unit Tests - Removed diagnostic output that is no longer needed. --- test/tag.t | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/tag.t b/test/tag.t index 1fb6161a0..4e17edbc7 100755 --- a/test/tag.t +++ b/test/tag.t @@ -80,9 +80,6 @@ qx{../src/task rc:$rc 4 annotate note 2>&1}; qx{../src/task rc:$rc add blocked depends:1 2>&1}; qx{../src/task rc:$rc add due_eom due:eom 2>&1}; qx{../src/task rc:$rc add due_eow due:eow 2>&1}; -diag ('---'); -diag (qx{../src/task rc:$rc all 2>&1}); -diag ('---'); $output = qx{../src/task rc:$rc +COMPLETED all}; like ($output, qr/completed/, "$ut: +COMPLETED");