t3700: Skip a test with backslashes in pathspec
[gitweb.git] / t / t0024-crlf-archive.sh
old mode 100644 (file)
new mode 100755 (executable)
index e533039..ae90d34
@@ -28,7 +28,7 @@ test_expect_success 'tar archive' '
 
 "$UNZIP" -v >/dev/null 2>&1
 if [ $? -eq 127 ]; then
-       echo "Skipping ZIP test, because unzip was not found"
+       say "Skipping ZIP test, because unzip was not found"
        test_done
        exit
 fi