t0111: fix broken test due to bad double quoting
There was basically:
curl ... "$URL 2>curl.out"
instead of:
curl ... "$URL" 2>curl.out
So "curl.out" was not properly overwritten by the curl command.
License: MIT
Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
正在显示
请
注册
或者
登录
后发表评论