From 71b33453f130b406a0dd7e615e2a4b7e793ead95 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 2 Nov 2014 23:45:41 -0500 Subject: [PATCH] Unit Tests - Fixed mistake introduced by template upgrade. --- test/import.yaml.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/import.yaml.t b/test/import.yaml.t index 3bc251359..4a14d6f89 100755 --- a/test/import.yaml.t +++ b/test/import.yaml.t @@ -155,7 +155,7 @@ task: EOF close $fh; - ok (-r "$ut: import.txt', 'Created second sample import data"); + ok (-r 'import.txt', "$ut: Created second sample import data"); } # Convert YAML --> task JSON.