提交 8d7d1670 编写于 作者: J Johannes Schindelin 提交者: Junio C Hamano

make t5501 less annoying

On Linux, "mktemp tmp-XXXX" will not work. Also, redirect stderr on which,
so it does not complain too loudly. After all, this test should only be
executed when old binaries are available.
Signed-off-by: NJohannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 1f5881bb
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册