ngx-awesomeindex/t/12-local-footer-nested.test

11 lines
331 B
Bash

#! /bin/bash
cat <<---
This test checks that the configuration file is properly parsed if there
is only one parameter passed to the awesomeindex_header and awesomeindex_footer
configuration directives.
--
nginx_start 'awesomeindex_header "/header";
awesomeindex_footer "/footer";'
nginx_is_running || fail 'Nginx died'