Ingo Weinhold 9ea2a99edb Moved the old gcc to its new home.
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15071 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-11-22 15:53:32 +00:00

22 lines
651 B
Plaintext

# Lessons:
# 1) may use \ to continue long lines
# 2) Careful in specifying string end on string match, to be sure
# to exclude errors! (cf output from nonsense.exp)
catch "exec $MAKEINFO -o ./conditions.info $srcdir/text/conditions.texi" maki_out
verbose "Makeinfo output: $maki_out" 1
# The gdb manual works around this by putting a blank line after the pair of
# @end if* commands.
setup_xfail "*-*-*"
if [string match \
"Making*file*conditions*from*conditions.texi'." \
"$maki_out" \
] then {
pass "texinfo conditions"
} else {
fail "texinfo conditions"
}
clear_xfail "*-*-*"