diff --git a/test-fpm/medium/gen.sh b/test-fpm/medium/gen.sh index 82bc0e0..66f4cbd 100755 --- a/test-fpm/medium/gen.sh +++ b/test-fpm/medium/gen.sh @@ -30,6 +30,7 @@ do mkdir -p $USERDIR chown $USER $USERDIR chmod 750 $USERDIR - echo "$USER" > $USERDIR/index.aspx + echo "
$USER
" > $USERDIR/index.aspx + echo "<%=\"Test\"%>
" >> $USERDIR/index.aspx chown $USER $USERDIR/index.aspx done diff --git a/test-fpm/medium/template b/test-fpm/medium/template index 3170557..bb04ff5 100644 --- a/test-fpm/medium/template +++ b/test-fpm/medium/template @@ -4,7 +4,7 @@