Home | History | Annotate | Line # | Download | only in tests
      1 #!/bin/sh
      2 # Test command expansion in node names.
      3 
      4 unset TEXINFO_OUTPUT
      5 : ${srcdir=.}
      6 
      7 ../makeinfo --commands-in-node-names $srcdir/node-expand.txi
      8 test -s node-expand.info
      9 exit_status=$?
     10 
     11 rm -f node-expand.info
     12 exit $exit_status
     13