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