summaryrefslogtreecommitdiffstats
path: root/runtest.sh
blob: c67b66a867ed81c92051157e94de2b230bc03c14 (plain)
1
2
3
4
5
#! /bin/sh

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

exec $@ >/dev/null 2>&1