# HG changeset patch # User Nicolas Dumazet # Date 2010-08-31 06:47:13 # Node ID e5ccb9ea8266132c01e78c987ddc52a821496764 # Parent 7edda6c7985dc18991d0bf75df96bfee35d20c96 test-custom-filter: heredoc is not required for single line operations diff --git a/tests/test-custom-filters.t b/tests/test-custom-filters.t --- a/tests/test-custom-filters.t +++ b/tests/test-custom-filters.t @@ -49,15 +49,11 @@ Fresh checkout: $ cat stuff.txt Copyright 2046, The Masters Some stuff to ponder very carefully. - $ echo >> stuff.txt < Very very carefully. - > EOF + $ echo "Very very carefully." >> stuff.txt $ hg stat M stuff.txt - $ cat > morestuff.txt < Unauthorized material subject to destruction. - > EOF + $ echo "Unauthorized material subject to destruction." > morestuff.txt Problem encoding: