Skip to content

Commit 232fa9a

Browse files
committed
fixup! test-gvfs-prococol, t5799: tests for gvfs-helper
`curl version` is not a correct command, therefore that prerequisite always succeeded by mistake... Signed-off-by: Johannes Schindelin <[email protected]>
1 parent ecbe2ed commit 232fa9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5799-gvfs-helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ test_expect_success 'http-error: 503 Service Unavailable (with retry and no-fall
11231123
#################################################################
11241124

11251125
test_lazy_prereq CURL_7_75_OR_NEWER '
1126-
case "$(curl version | sed -n "1s/^curl \([^ ]*\).*/\1/p")" in
1126+
case "$(curl --version | sed -n "1s/^curl \([^ ]*\).*/\1/p")" in
11271127
""|[0-6].*|7.[0-9]*.*|7.[1-6][0-9].*|7.7[0-4]*.*) return 1;;
11281128
*) return 0;;
11291129
esac

0 commit comments

Comments
 (0)