Tests - Silence "vramsteg not found" message
This commit is contained in:
@@ -28,7 +28,7 @@ else
|
|||||||
# because 'date +%s' isn't supported on Solaris.
|
# because 'date +%s' isn't supported on Solaris.
|
||||||
STARTEPOCH=`perl -e 'print time'`
|
STARTEPOCH=`perl -e 'print time'`
|
||||||
|
|
||||||
VRAMSTEG=`which vramsteg`
|
VRAMSTEG=`which vramsteg 2>/dev/null`
|
||||||
BAR=0
|
BAR=0
|
||||||
if [ -x "$VRAMSTEG" ]; then
|
if [ -x "$VRAMSTEG" ]; then
|
||||||
BAR=1
|
BAR=1
|
||||||
|
|||||||
Reference in New Issue
Block a user