in some ksh88 versions.
Reported by Tim Rice <tim@multitalents.net> and others.
+2005-11-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * tests/quote.test: Do not fail on harmless shell bug present
+ in some ksh88 versions.
+ Reported by Tim Rice <tim@multitalents.net> and others.
+
2005-11-13 Albert Chin-A-Young <china@thewrittenword.com>
* libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [ hpux10 ]:
$echo "= trying: \\$mchar quoting"
result=`$libtool -n --mode=$mode $preargs ${preflag}"${flag}${mchar}test${mchar}" $postargs` || status=1
match="${match_preflag}${flag}\\${mchar}test\\${mchar} "
+ alt_match="${match_preflag}\"${flag}\\${mchar}test\\${mchar}\" "
case "$result" in
*"$match"*)
$echo "= passed: $result"
;;
+ *"$alt_match"*)
+ $echo "= passed (harmless ksh bug): $result"
+ ;;
*)
$echo "= failed: $result"
status=1