diff --git a/tests/p_gzip/10-C5-test-binaries b/tests/p_gzip/10-C5-test-binaries
old mode 100644
new mode 100755
index 6e26224..e50eed6
--- a/tests/p_gzip/10-C5-test-binaries
+++ b/tests/p_gzip/10-C5-test-binaries
@@ -20,15 +20,15 @@ t_Log "Running $0 - Checking binaries are present and run on C5"
 
 for binary in gunzip gzip zcat gzexe zless
 do
-    echo -n "$binary "
+#    echo -n "$binary "
     $binary --version &>/dev/null || ExitFail
 done
 
 for binary in znew zmore zforce
 do
-    echo -n "$binary "
-#    $binary &>/dev/null
-    $binary
+#    echo -n "$binary "
+    $binary &>/dev/null
+#    $binary
     [ $? != '1' ] && ExitFail
 done
 
diff --git a/tests/p_gzip/10-test-binaries b/tests/p_gzip/10-test-binaries
old mode 100644
new mode 100755
diff --git a/tests/p_gzip/80-zmore-tests b/tests/p_gzip/80-zmore-tests
old mode 100644
new mode 100755
diff --git a/tests/p_gzip/90-znew-tests b/tests/p_gzip/90-znew-tests
old mode 100644
new mode 100755