From 83206f34936bb99c23c850021026c48876c1a167 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Dec 2015 08:48:32 +0100 Subject: php-pear-Console-CommandLine: 1.2.1 --- Console_CommandLine-bug19683.patch | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 Console_CommandLine-bug19683.patch (limited to 'Console_CommandLine-bug19683.patch') diff --git a/Console_CommandLine-bug19683.patch b/Console_CommandLine-bug19683.patch deleted file mode 100644 index 2fe01b4..0000000 --- a/Console_CommandLine-bug19683.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 05eb12793b236ea631eef42d292e31a27746a6aa Mon Sep 17 00:00:00 2001 -From: Laurent Laville -Date: Wed, 26 Dec 2012 16:03:20 +0100 -Subject: [PATCH] fix PEAR bug 19683 - ---- - tests/console_commandline_webrequest_2.phpt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tests/console_commandline_webrequest_2.phpt b/tests/console_commandline_webrequest_2.phpt -index c9ad9da..1d6b029 100644 ---- a/tests/console_commandline_webrequest_2.phpt -+++ b/tests/console_commandline_webrequest_2.phpt -@@ -15,7 +15,7 @@ $parser->parse(); - Description of our parser goes here... - - Usage: -- some_program [options] -+ some_program [options] simple [multiple1 multiple2 ...] - - Options: - -t, --true test the StoreTrue action --- -1.7.10 - -- cgit