From: Jay Satiro Date: Wed, 10 Feb 2021 20:57:26 +0000 (-0500) Subject: tests: Fix tests failing due to change in curl --help X-Git-Tag: curl-7_76_0~169 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=89e572af82f0d12666fe843f2a7d1dd670500753;p=thirdparty%2Fcurl.git tests: Fix tests failing due to change in curl --help Follow-up to parent 3183217 which added add missing argument to --create-file-mode . Ref: https://github.com/curl/curl/issues/6590 --- diff --git a/tests/data/test1463 b/tests/data/test1463 index 224bedab42..3901d7b73b 100644 --- a/tests/data/test1463 +++ b/tests/data/test1463 @@ -37,7 +37,7 @@ curl file category --help Usage: curl [options...] file: FILE protocol options - --create-file-mode File mode for created files + --create-file-mode File mode (octal) for created files -I, --head Show document info only -r, --range Retrieve only the bytes within RANGE diff --git a/tests/data/test1464 b/tests/data/test1464 index 7741475179..5e0b475b23 100644 --- a/tests/data/test1464 +++ b/tests/data/test1464 @@ -37,7 +37,7 @@ curl file category --help with lower/upper mix Usage: curl [options...] file: FILE protocol options - --create-file-mode File mode for created files + --create-file-mode File mode (octal) for created files -I, --head Show document info only -r, --range Retrieve only the bytes within RANGE