summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2021-02-10 15:57:26 -0500
committerJay Satiro <raysatiro@yahoo.com>2021-02-10 15:57:26 -0500
commit89e572af82f0d12666fe843f2a7d1dd670500753 (patch)
tree1db319a644707d8ed7cb14c3156965b2d4a897e9
parent3183217246287eca61f762ce71be26656850a13f (diff)
downloadcurl-89e572af82f0d12666fe843f2a7d1dd670500753.tar.gz
tests: Fix tests failing due to change in curl --help
Follow-up to parent 3183217 which added add missing <mode> argument to --create-file-mode <mode>. Ref: https://github.com/curl/curl/issues/6590
-rw-r--r--tests/data/test14632
-rw-r--r--tests/data/test14642
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1463 b/tests/data/test1463
index 224bedab4..3901d7b73 100644
--- a/tests/data/test1463
+++ b/tests/data/test1463
@@ -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>
diff --git a/tests/data/test1464 b/tests/data/test1464
index 774147517..5e0b475b2 100644
--- a/tests/data/test1464
+++ b/tests/data/test1464
@@ -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>