* class.c (create_vtable_ptr): Put the vtable at the beginning of
[official-gcc.git] / texinfo / testsuite / makeinfo.0 / not.exp
blob3c5ac5a59646d37ffecb1e50ef1853a944052235
1 # lessons:
2 # 1) ALL expected args to a cmd on one line!
3 # 2) `*' at end of string match pattern essential---match *complete* string!
4 # 3) $srcdir (at least when .) expanded in dir where runtest invoked---
5 # NOT dir where test lives!
6 # 4) stderr already folded into stdout; no need for 2>&1 or such things
8 catch "exec $MAKEINFO $srcdir/text/not.texi" maki_out
9 verbose "Makeinfo output: $maki_out" 1
11 if [string match "No*setfilename*found*in*" "$maki_out"] then {
12 pass "@setfilename required"
13 } else {
14 fail "@setfilename required"