t3700: Skip a test with backslashes in pathspec
[gitweb.git] / t / t0024-crlf-archive.sh
index e5330395fc866b2a913b4b20ecb66f1f2a3bbaff..ae90d34f6cf50c9ffcbb386fb27b8a15042109ed 100755 (executable)
@@ -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