Index: /branches/eam_branches/ipp-20211108/ippTests/ippCheck/tap.sh
===================================================================
--- /branches/eam_branches/ipp-20211108/ippTests/ippCheck/tap.sh	(revision 42005)
+++ /branches/eam_branches/ipp-20211108/ippTests/ippCheck/tap.sh	(revision 42006)
@@ -54,8 +54,8 @@
  
  if ($1)
-  if ($TAP_VERBOSE > 0) echo "OK: $2"
+  if ($TAP_VERBOSE > 0) echo "ok: $2"
   $tap_Npass ++
  else     
-  echo "not OK: $2"
+  echo "not ok: $2"
   $tap_Nfail ++
  end
