--- t/t5570-git-daemon.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/t/t5570-git-daemon.sh b/t/t5570-git-daemon.sh index f2b374b..d9667f9 100755 --- a/t/t5570-git-daemon.sh +++ b/t/t5570-git-daemon.sh @@ -92,7 +92,7 @@ test_remote_error() case $1 in -x) shift - chmod -X "$DAEMON_DOCUMENT_ROOT_PATH/repo.git" + chmod -x "$DAEMON_DOCUMENT_ROOT_PATH/repo.git" ;; -n) shift @@ -126,7 +126,7 @@ test_remote_error() echo "fatal: remote error: $msg: /$repo" >expect && test_cmp expect output ret=$? - chmod +X "$DAEMON_DOCUMENT_ROOT_PATH/repo.git" + chmod +x "$DAEMON_DOCUMENT_ROOT_PATH/repo.git" (exit $ret) } -- 1.7.8 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html