X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=t%2Ft5501-old-fetch-and-upload.sh;h=ada5130328d83b2c6014fdc6f78946cbb4a525bd;hb=5e7bfe256755ef2862e960864db1edb829c82b77;hp=86df785495a5fc6967f88d10be62aa8d9af710b1;hpb=eebda31d21d5d5df351b41994df875918863294e;p=git.git diff --git a/t/t5501-old-fetch-and-upload.sh b/t/t5501-old-fetch-and-upload.sh index 86df7854..ada51303 100755 --- a/t/t5501-old-fetch-and-upload.sh +++ b/t/t5501-old-fetch-and-upload.sh @@ -8,7 +8,7 @@ cd $(dirname $0) || exit 1 -tmp=$(mktemp tmp-XXXX) +tmp=$(mktemp /tmp/tmp-XXXXXXXX) retval=0 @@ -25,7 +25,7 @@ for i in $list; do both) pgm="old-git-upload-pack"; replace="old-git-fetch-pack --exec=$pgm";; esac - if which $pgm; then + if which $pgm 2>/dev/null; then echo "Testing with $pgm" sed -e "s/git-fetch-pack/$replace/g" \ -e "s/# old fails/warn/" < t5500-fetch-pack.sh > $tmp