]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove -q option from grep
authorKern Sibbald <kern@sibbald.com>
Wed, 30 Jul 2008 13:43:52 +0000 (13:43 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 30 Jul 2008 13:43:52 +0000 (13:43 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7452 91ce42f0-d328-0410-95d8-f526ca767f89

regress/tests/regexwhere-test

index dc4ba687acef8e65600a7893cdfc1f414deb62ac..da4412df6c25d05aa48e6a7f0a200103486e7eef 100755 (executable)
@@ -258,8 +258,8 @@ else
 fi
 
 J=JobH
-grep -q "Restore OK"  tmp/RUN_$J > /dev/null && \
-grep -q "${cwd}/build/po/fr.po.old" tmp/RUN_$J > /dev/null
+grep "Restore OK"  tmp/RUN_$J > /dev/null && \
+grep "${cwd}/build/po/fr.po.old" tmp/RUN_$J > /dev/null
 if [ $? = 0 ]
 then
     [ "$debug" = 1 ] && echo $J ok