>From 054ba400bcc664216ba988eb979f868665a5f98b Mon Sep 17 00:00:00 2001 From: Bruce Korb Date: Thu, 21 Jun 2012 07:49:16 -0700 Subject: [PATCH] testing: fix typo in here doc * tests/test-parse-duration.sh: fix mal-formed here doc. --- tests/test-parse-duration.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/test-parse-duration.sh b/tests/test-parse-duration.sh index 5398c3b..40a3101 100755 --- a/tests/test-parse-duration.sh +++ b/tests/test-parse-duration.sh @@ -57,7 +57,7 @@ cat > "${tmpf}" <<- _EOF_ 1 Y 2 M 25 d 5h 6:7 1 Y 2 M 25 d 5h 6m 7 P 1-2-25 T 5:6:7 - _EOF_ +_EOF_ exec 3< "${tmpf}" while read line <&3 -- 1.7.7