mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests - Silence "vramsteg not found" message
This commit is contained in:
parent
73401664b6
commit
c07d74574d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue