Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TESTS: drop explicit quotes from empty command line arguments #15822

Closed

Commits on Jun 18, 2021

  1. TESTS: drop explicit quotes from empty command line arguments

    Depending on circumstances, something like this:
    
        ok(run(app(['openssl', 'whatever', '-config', '""', ...])))
    
    might end up with a command like this:
    
        ./util/wrap.pl apps/openssl whatever -config '""'
    
    Simply use an empty string (i.e. '' instead of '""') and let the
    command line fixup functions do their job.
    levitte committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    c8651ed View commit details
    Browse the repository at this point in the history