git-rebase--interactive.sh: use printf instead of echo to print commit message
[gitweb.git] / t / t4114-apply-typechange.sh
index 7dc35dea38b39ebc49c022714779ae07a9c17d88..164d58c222088bd42becf07c044f51bf23eda8b6 100755 (executable)
@@ -11,9 +11,8 @@ test_description='git apply should not get confused with type changes.
 
 if ! test_have_prereq SYMLINKS
 then
-       say 'Symbolic links not supported, skipping tests.'
+       skip_all='Symbolic links not supported, skipping tests.'
        test_done
-       exit
 fi
 
 test_expect_success 'setup repository and commits' '