You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running go test ./... hangs when umask is 027, as identified by @kjkent in #3847 (comment).
To reproduce
$ umask 027
$ go test ./...
Expected behavior
chezmoi's tests complete successfully in a timely manner.
Output of command with the --verbose flag
n/a
Output of chezmoi doctor
$ chezmoi doctorRESULT CHECK MESSAGEok version v2.49.1, commit Homebrew, built at 2024-06-23T11:05:46Z, built by Homebrewok latest-version v2.49.1ok os-arch darwin/arm64ok uname Darwin Toms-Laptop 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:14:59 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T8122 arm64ok go-version go1.22.4 (gc)ok executable /opt/homebrew/bin/chezmoiok upgrade-method brew-upgradeok config-file ~/.config/chezmoi/chezmoi.toml, last modified 2024-04-28T14:47:49+02:00ok source-dir ~/.local/share/chezmoi is a git working tree (clean)ok suspicious-entries no suspicious entriesok working-tree ~/.local/share/chezmoi is a git working tree (clean)ok dest-dir ~ is a directoryok umask 022ok cd-command found /bin/zshok cd-args /bin/zshinfo diff-command not setok edit-command found /opt/homebrew/bin/nvimok edit-args /opt/homebrew/bin/nvimok git-command found /opt/homebrew/bin/git, version 2.45.2ok merge-command found /usr/bin/vimdiffok shell-command found /bin/zshok shell-args /bin/zshok age-command found /opt/homebrew/bin/age, version 1.2.0ok gpg-command found /opt/homebrew/bin/gpg, version 2.4.5info pinentry-command not setok 1password-command found /opt/homebrew/bin/op, version 2.29.0info bitwarden-command bw not found in $PATHinfo bitwarden-secrets-command bws not found in $PATHinfo dashlane-command dcli not found in $PATHinfo doppler-command doppler not found in $PATHinfo gopass-command gopass not found in $PATHinfo keepassxc-command keepassxc-cli not found in $PATHinfo keepassxc-db not setinfo keeper-command keeper not found in $PATHinfo lastpass-command lpass not found in $PATHinfo pass-command pass not found in $PATHinfo passhole-command ph not found in $PATHinfo rbw-command rbw not found in $PATHinfo vault-command vault not found in $PATHinfo vlt-command vlt not found in $PATHinfo secret-command not set```</details>## Additional contextn/a
The text was updated successfully, but these errors were encountered:
Describe the bug
Running
go test ./...
hangs when umask is 027, as identified by @kjkent in #3847 (comment).To reproduce
Expected behavior
chezmoi's tests complete successfully in a timely manner.
Output of command with the
--verbose
flagn/a
Output of
chezmoi doctor
The text was updated successfully, but these errors were encountered: