# HG changeset patch # User Nicolas Dumazet # Date 1283237233 -32400 # Node ID e5ccb9ea8266132c01e78c987ddc52a821496764 # Parent 7edda6c7985dc18991d0bf75df96bfee35d20c96 test-custom-filter: heredoc is not required for single line operations diff -r 7edda6c7985d -r e5ccb9ea8266 tests/test-custom-filters.t --- a/tests/test-custom-filters.t Mon Aug 30 18:57:48 2010 +0900 +++ b/tests/test-custom-filters.t Tue Aug 31 15:47:13 2010 +0900 @@ -49,15 +49,11 @@ $ 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: