From patchwork Fri Jun 15 14:36:35 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D3749: tests: replace `echo -n` with `printf` per check-code From: phabricator X-Patchwork-Id: 32179 Message-Id: <274ad24415dd412fdae7ff1a098c3c02@localhost.localdomain> To: mercurial-devel@mercurial-scm.org Date: Fri, 15 Jun 2018 14:36:35 +0000 This revision was automatically updated to reflect the committed changes. Closed by commit rHG2baf79933b45: tests: replace `echo -n` with `printf` per check-code (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D3749?vs=9093&id=9094 REVISION DETAIL https://phab.mercurial-scm.org/D3749 AFFECTED FILES tests/test-commit-interactive-curses.t CHANGE DETAILS To: durin42, #hg-reviewers, pulkit Cc: mercurial-devel diff --git a/tests/test-commit-interactive-curses.t b/tests/test-commit-interactive-curses.t --- a/tests/test-commit-interactive-curses.t +++ b/tests/test-commit-interactive-curses.t @@ -215,7 +215,7 @@ +hello world Make file empty - $ echo -n > x + $ printf "" > x $ cat <testModeCommands > X > EOF