]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: Fix tests failing due to change in curl --help
authorJay Satiro <raysatiro@yahoo.com>
Wed, 10 Feb 2021 20:57:26 +0000 (15:57 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 10 Feb 2021 20:57:26 +0000 (15:57 -0500)
Follow-up to parent 3183217 which added add missing <mode> argument to
--create-file-mode <mode>.

Ref: https://github.com/curl/curl/issues/6590

tests/data/test1463
tests/data/test1464

index 224bedab42c790139eacede03e8d4656a54aeb1c..3901d7b73b69e9c7ba5f2afe8c1da6aeb3ac2661 100644 (file)
@@ -37,7 +37,7 @@ curl file category --help
 <stdout mode="text">
 Usage: curl [options...] <url>
 file: FILE protocol options
-     --create-file-mode File mode for created files
+     --create-file-mode <mode> File mode (octal) for created files
  -I, --head          Show document info only
  -r, --range <range> Retrieve only the bytes within RANGE
 </stdout>
index 774147517958006f8f707f5289a7685b5afbc666..5e0b475b239ce4557ce36fadf978308ebd44ab8f 100644 (file)
@@ -37,7 +37,7 @@ curl file category --help with lower/upper mix
 <stdout mode="text">
 Usage: curl [options...] <url>
 file: FILE protocol options
-     --create-file-mode File mode for created files
+     --create-file-mode <mode> File mode (octal) for created files
  -I, --head          Show document info only
  -r, --range <range> Retrieve only the bytes within RANGE
 </stdout>