mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
You need to be root to run this test.
This commit is contained in:
parent
cd8b25c92c
commit
72cef5b74f
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue