Tests - Silence "vramsteg not found" message

This commit is contained in:
Renato Alves 2015-02-16 14:36:47 +00:00
parent 73401664b6
commit c07d74574d

View file

@ -28,7 +28,7 @@ else
# because 'date +%s' isn't supported on Solaris.
STARTEPOCH=`perl -e 'print time'`
VRAMSTEG=`which vramsteg`
VRAMSTEG=`which vramsteg 2>/dev/null`
BAR=0
if [ -x "$VRAMSTEG" ]; then
BAR=1