t5602: Work around path mangling on MSYS
[gitweb.git] / t / t5000-tar-tree.sh
index e1ed073f95e63b64c585cbe610de0d96f08256f9..7a84ab61d0de86798d84eaa9e1768688f6b5ad77 100755 (executable)
@@ -182,7 +182,7 @@ test_expect_success 'git archive --format=zip with --output' \
 
 $UNZIP -v >/dev/null 2>&1
 if [ $? -eq 127 ]; then
-       echo "Skipping ZIP tests, because unzip was not found"
+       say "Skipping ZIP tests, because unzip was not found"
        test_done
        exit
 fi