From 11e1d1ed66c4282ff5d5e57380f758fc8d138111 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 23 Jun 2021 11:00:28 +0300 Subject: [PATCH] Doh, remember to actually add the patch *eyeroll* --- popt-1.18-ltname.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 popt-1.18-ltname.patch diff --git a/popt-1.18-ltname.patch b/popt-1.18-ltname.patch new file mode 100644 index 0000000..57dfa21 --- /dev/null +++ b/popt-1.18-ltname.patch @@ -0,0 +1,21 @@ +diff -up popt-1.18/tests/testit.sh.ltname popt-1.18/tests/testit.sh +--- popt-1.18/tests/testit.sh.ltname 2021-06-23 10:54:18.334525616 +0300 ++++ popt-1.18/tests/testit.sh 2021-06-23 10:54:28.330677496 +0300 +@@ -115,7 +115,7 @@ run test1 "test1 - 56" "arg1: 0 arg2: (n + run test1 "test1 - 57" "arg1: 0 arg2: (none) aBits: foo,baz" --bits foo,bar,baz,!bar + + run test1 "test1 - 58" "\ +-Usage: lt-test1 [-I?] [-c|--cb2=STRING] [--arg1] [-2|--arg2=ARG] ++Usage: test1 [-I?] [-c|--cb2=STRING] [--arg1] [-2|--arg2=ARG] + [-3|--arg3=ANARG] [-onedash] [--optional=STRING] [--val] + [-i|--int=INT] [-s|--short=SHORT] [-l|--long=LONG] + [-L|--longlong=LONGLONG] [-f|--float=FLOAT] [-d|--double=DOUBLE] +@@ -124,7 +124,7 @@ Usage: lt-test1 [-I?] [-c|--cb2=STRING] + [--bitxor] [--nstr=STRING] [--lstr=STRING] [-I|--inc] + [-c|--cb=STRING] [--longopt] [-?|--help] [--usage] [--simple=ARG]" --usage + run test1 "test1 - 59" "\ +-Usage: lt-test1 [OPTION...] ++Usage: test1 [OPTION...] + --arg1 First argument with a really long + description. After all, we have to test + argument help wrapping somehow, right?