diff --git a/src/usr/local/bin/iccDumpProfile_validation_wrapper.sh b/src/usr/local/bin/iccDumpProfile_validation_wrapper.sh
index 3a2d19443196f27875360d15ce218648799749b5..f3976a54e15a901cc023a82c6bc962377f2c2783 100755
--- a/src/usr/local/bin/iccDumpProfile_validation_wrapper.sh
+++ b/src/usr/local/bin/iccDumpProfile_validation_wrapper.sh
@@ -23,4 +23,4 @@ echo "${TOOL_OUTPUT}"
 # exit code
 #   0 -> valid icc file
 #   1 -> invalid icc file
-echo ${TOOL_OUTPUT} | grep -v "Profile violates ICC specification"
+echo ${TOOL_OUTPUT} | grep -v "Profile violates ICC specification" > /dev/null