From 4bbb6fea99a2c98ccb865e4b87d326d8f623e0ce Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 9 Nov 2014 17:35:50 -0500 Subject: [PATCH] Unit Tests - Added a terminator to the task that needs it. --- test/roundtrip.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/roundtrip.t b/test/roundtrip.t index 67a5ecc2b..459a9229c 100755 --- a/test/roundtrip.t +++ b/test/roundtrip.t @@ -49,7 +49,7 @@ if (open my $fh, '>', $rc) } # Add two tasks. -qx{../src/task rc:$rc add priority:H project:A one/1 2>&1}; +qx{../src/task rc:$rc add priority:H project:A -- one/1 2>&1}; qx{../src/task rc:$rc add +tag1 +tag2 two 2>&1}; # trip 1.