diff --git a/datamover/dist/datamover.sh b/datamover/dist/datamover.sh
index ba28aa500a0b5b0664a4a2ab86e40cc99c3eb42d..ea22a18becb1d22d820bf8da69b1c7b846dced59 100755
--- a/datamover/dist/datamover.sh
+++ b/datamover/dist/datamover.sh
@@ -91,7 +91,7 @@ case "$1" in
 			PID=`cat $PIDFILE`
 			isPIDRunning $PID
 			if [ $? -eq 0 ]; then
-				grep -q "Self test successfully completed" $LOGFILE
+				grep "Self test successfully completed" $LOGFILE > /dev/null 2>&1
 				if [ $? -ne 0 ]; then
 					echo "(pid $PID - WARNING: SelfTest not yet finished)"
 				else