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

Change directory to $*TMPDIR #732

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 10, 2021

  1. Configuration menu
    Copy the full SHA
    9390d06 View commit details
    Browse the repository at this point in the history
  2. Generate more random UNIX socket paths

    If a file at the path already exists, tests will fail. We can't check
    for the existence of the file beforehand (racy!), so make it a little
    more difficult for that to happen in the same way S16-filehandles/io.t
    does for its test files.
    Kaiepi committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    da7067f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Use Test::Util's &make-temp-path in UNIX socket tests

    This deduplicates some temporary file logic. Basenames generated by this
    routine are rather long (around 70 characters), but being in $*TMPDIR,
    we can use a relative path to give us more wiggle room.
    Kaiepi committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    247c2af View commit details
    Browse the repository at this point in the history