You need to be root to run this test.
This commit is contained in:
parent
cd8b25c92c
commit
72cef5b74f
@ -12,6 +12,11 @@ run()
|
|||||||
/usr/bin/time -l -o $1.time "$@"
|
/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.
|
echo Redirecting accounting.
|
||||||
|
|
||||||
mkdir $TMPDIR
|
mkdir $TMPDIR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user