From 89e572af82f0d12666fe843f2a7d1dd670500753 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Wed, 10 Feb 2021 15:57:26 -0500 Subject: [PATCH] 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 --- tests/data/test1463 | 2 +- tests/data/test1464 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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