This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=132160d2f4d07b5892640c98038a149906db8bfc commit 132160d2f4d07b5892640c98038a149906db8bfc Author: Guillem Jover <[email protected]> AuthorDate: Tue Nov 6 03:15:36 2018 +0100 t-func: Quote the 'yes' command to make the comment clearer --- debian/changelog | 1 + t-func/deb-split.at | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 96f2d3fc9..d9313e4c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ dpkg (1.19.6) UNRELEASED; urgency=medium * Test suite: - Stop requiring (pseudo-)root in the functional test suite. - Export and move TESTDATA definition close to the PATH definition. + - Quote the 'yes' command to make a comment clearer. [ Updated scripts translations ] * German (Helge Kreutzmann). diff --git a/t-func/deb-split.at b/t-func/deb-split.at index 55a123cc0..20a351950 100644 --- a/t-func/deb-split.at +++ b/t-func/deb-split.at @@ -14,7 +14,7 @@ DPKG_MOD_CONTROL([pkg-split], AT_CHECK([ # Initialize the template package chmod -R u+w pkg-split -# XXX: Some environments set SIGPIPE to ignore which we cannot reset, and yes +# XXX: Some environments set SIGPIPE to ignore which we cannot reset, and 'yes' # does check print error conditions, so we ignore its error message here. yes 2>/dev/null | dd of=pkg-split/data-file bs=1024 count=1024 status=none find pkg-split | xargs touch -t 197001010100.00 -- Dpkg.Org's dpkg

