test-yesno: work around sparc-dash here-document infelicity
authorJim Meyering <meyering@redhat.com>
Sun, 27 Sep 2009 06:41:55 +0000 (08:41 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 28 Sep 2009 09:35:53 +0000 (11:35 +0200)
commita9ab119464cf6faa7551ff0b090072adc660eb67
treeba61e2c6d9307b40c44c9edff5a0c64554b8532b
parent961ac078171cd229d9eb9c06160e1fbb3239bdd7
test-yesno: work around sparc-dash here-document infelicity

Without this change, the literal \177 byte in a here document
would make dash 0.5.5.1-3 access uninitialized memory.
* tests/test-yesno.sh: Don't put the \177 byte in the here document.
Instead, use a marker, "@", and filter through tr to create the desired
contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
ChangeLog
tests/test-yesno.sh