diff --git a/tests/p_gzip/10-C5-test-binaries b/tests/p_gzip/10-C5-test-binaries
index 52f3c13..8a692c1 100755
--- a/tests/p_gzip/10-C5-test-binaries
+++ b/tests/p_gzip/10-C5-test-binaries
@@ -14,7 +14,7 @@ function ExitFail {
 # don't, some exit with a status of 1 and others exit with a status of 2 
 # nice and consistent NOT!
 
-t_Log "Checking binaries are present and run"
+t_Log "Checking binaries are present and run on C5"
 [ "$(readlink -e /usr/bin/gunzip)" == "/bin/gunzip" ] || ExitFail
 [ "$(readlink -e /usr/bin/gzip)" == "/bin/gzip" ] || ExitFail
 
diff --git a/tests/p_gzip/10-test-binaries b/tests/p_gzip/10-test-binaries
index 28b45c3..cd67acb 100755
--- a/tests/p_gzip/10-test-binaries
+++ b/tests/p_gzip/10-test-binaries
@@ -9,7 +9,7 @@ function ExitFail {
 }
 
 [ $centos_ver != '6' ] && exit
-t_Log "Checking binaries are present and run"
+t_Log "Checking binaries are present and run on C6"
 
 [ "$(readlink -e /usr/bin/gunzip)" == "/bin/gunzip" ] || ExitFail
 [ "$(readlink -e /usr/bin/gzip)" == "/bin/gzip" ] || ExitFail