xref: /openbsd-src/gnu/usr.bin/texinfo/makeinfo/tests/html-min (revision 3fb98d4a0b16c1b3771f885c307e980dcbd2944c)
11cc83814Sespie#!/bin/sh
21cc83814Sespie# Test that a minimal Texinfo file can be converted to HTML.
31cc83814Sespie
4*3fb98d4aSespie../makeinfo --html --no-split ${srcdir-.}/html-min.txi
51cc83814Sespieexit_status=$?
61cc83814Sespie
71cc83814Sespierm -f html-min.html
81cc83814Sespieexit $exit_status
9