summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2018-11-06 03:15:36 +0100
committerGuillem Jover <guillem@debian.org>2019-03-24 03:22:23 +0100
commit132160d2f4d07b5892640c98038a149906db8bfc (patch)
treea68e1ae778ab85db5829b4d36afc871dd3c0c998
parent5df9c47d74ef5a39ea0d274002ebb016b55b0f84 (diff)
downloaddpkg-132160d2f4d07b5892640c98038a149906db8bfc.tar.gz
t-func: Quote the 'yes' command to make the comment clearer
-rw-r--r--debian/changelog1
-rw-r--r--t-func/deb-split.at2
2 files changed, 2 insertions, 1 deletions
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