Home | History | Annotate | Line # | Download | only in tests
html-min revision 1.1
      1  1.1  christos #!/bin/sh
      2  1.1  christos # Test that a minimal Texinfo file can be converted to HTML.
      3  1.1  christos 
      4  1.1  christos ../makeinfo --html --no-split ${srcdir-.}/html-min.txi
      5  1.1  christos exit_status=$?
      6  1.1  christos 
      7  1.1  christos rm -f html-min.html
      8  1.1  christos exit $exit_status
      9