Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:24
erlang
6140-Fix-argparse-SUITE.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 6140-Fix-argparse-SUITE.patch of Package erlang
From ad0b4875455b4da6f23d2721f6292cbca5ff8216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Backstr=C3=B6m?= <lukas@erlang.org> Date: Wed, 30 Oct 2024 12:50:07 +0100 Subject: [PATCH] Fix argparse SUITE --- lib/stdlib/test/argparse_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stdlib/test/argparse_SUITE.erl b/lib/stdlib/test/argparse_SUITE.erl index db7e265eb4..e23eb72f04 100644 --- a/lib/stdlib/test/argparse_SUITE.erl +++ b/lib/stdlib/test/argparse_SUITE.erl @@ -852,7 +852,7 @@ usage_help_binary(Config) when is_list(Config) -> " shard help binary for shard (int), default: 0\n", ?assertEqual(Expected, - unicode:characters_to_list(argparse:help(Cmd2, #{}))). + unicode:characters_to_list(argparse:help(Cmd2, #{ progname => erl }))). usage_required_args() -> [{doc, "Verify that required args are printed as required in usage"}]. -- 2.43.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor