diff options
author | Jeff King <peff@peff.net> | 2014-05-22 05:28:56 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-05-23 12:41:50 -0700 |
commit | c7db2d16474874b21aad9141e6856f836f719643 (patch) | |
tree | f24028c4fd5cdbd30b4471c12cad1faf6edceac3 /t/lib-httpd | |
parent | test-lib: preserve GIT_CURL_VERBOSE from the environment (diff) | |
download | tgif-c7db2d16474874b21aad9141e6856f836f719643.tar.xz |
t/lib-httpd: use write_script to copy CGI scripts
Using write_script will set our shebang line appropriately
with $SHELL_PATH. The script that is there now is quite
simple and likely to succeed even with a non-POSIX /bin/sh,
but it does not hurt to be defensive.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/lib-httpd')
-rw-r--r--[-rwxr-xr-x] | t/lib-httpd/broken-smart-http.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/lib-httpd/broken-smart-http.sh b/t/lib-httpd/broken-smart-http.sh index f7ebfffa80..82cc610b0a 100755..100644 --- a/t/lib-httpd/broken-smart-http.sh +++ b/t/lib-httpd/broken-smart-http.sh @@ -1,4 +1,3 @@ -#!/bin/sh printf "Content-Type: text/%s\n" "html" echo printf "%s\n" "001e# service=git-upload-pack" |