-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Sergey Poznyakoff on 6/30/2007 2:08 AM: > (- mark expected lines, + marks the obtained ones). In this case, the > expected lines are completely wrong. The command used to produce them > is (see testsuite:2257): > > echo "jeden\\ndwa > trzy > "
Using echo with \ is inherently non-portable, because of the difference in whether echo interprets backslash sequences without options, vs. whether echo even accepts options. The testsuite has a bug, in that it should be determining whether echo supports backslashes by default, and if not, fall back on something that does (echo -e, or printf). - -- Don't work too hard, make some time for fun as well! Eric Blake [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGhpdf84KuGfSFAYARAuFFAKCMbS14DcFRTAEfV8KV3K/gdjhPpwCfaLFL Hjk/OTvCHVlLi0rBjM1yJss= =wfPz -----END PGP SIGNATURE-----
