2016-08-17 21:31:15 +00:00
|
|
|
#! /bin/bash
|
2016-08-18 15:15:37 +00:00
|
|
|
cat <<---
|
|
|
|
This test fetches the root directory served by Nginx, which has no index file,
|
|
|
|
and checks that the output contains something that resembles a directory index.
|
|
|
|
--
|
2016-08-17 21:31:15 +00:00
|
|
|
nginx_start
|
|
|
|
grep 'Index of' <( fetch )
|