From c07d74574deb44da366cfc42038e02c84b5e0ba3 Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Mon, 16 Feb 2015 14:36:47 +0000 Subject: [PATCH] Tests - Silence "vramsteg not found" message --- test/run_all.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_all.in b/test/run_all.in index fc0293bc8..a2bb06c68 100755 --- a/test/run_all.in +++ b/test/run_all.in @@ -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