Fix
This commit is contained in:
7
ngx-fancyindex/t/01-smoke-hasindex.test
Normal file
7
ngx-fancyindex/t/01-smoke-hasindex.test
Normal file
@@ -0,0 +1,7 @@
|
||||
#! /bin/bash
|
||||
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.
|
||||
--
|
||||
nginx_start
|
||||
grep 'Index of' <( fetch )
|
||||
Reference in New Issue
Block a user