summaryrefslogtreecommitdiffstats
path: root/runtest.sh
blob: 0129b8aee5f03a6a92bce6fbd039753d5fc918f4 (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

# Redirect stdout/stderr to /dev/null before invoking the given test

SRCDIR=`dirname $0`
export SRCDIR

exec >/dev/null 2>&1
exec ${1+"$@"}