You need to be root to run this test.

This commit is contained in:
David E. O'Brien 2010-01-04 09:59:18 +00:00
parent cd8b25c92c
commit 72cef5b74f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201482

View File

@ -12,6 +12,11 @@ run()
/usr/bin/time -l -o $1.time "$@"
}
if [ `whoami` != "root" ]; then
echo "You need to be root to run this test."
exit 1
fi
echo Redirecting accounting.
mkdir $TMPDIR