#!/bin/sh

SERVER_SOFTWARE=make_test \
PATH_TRANSLATED=$2 \
PATH_INFO=/tests/$2 \
SCRIPT_NAME=/tests/$2 \
CGI_PARSER_CONFIG=$3 \
$1 2>&1
