Skip to content

Pin SHELL so tests that rely on this produce deterministic output#149

Closed
jamielinux wants to merge 1 commit intomroth:mainfrom
jamielinux:pin-shell
Closed

Pin SHELL so tests that rely on this produce deterministic output#149
jamielinux wants to merge 1 commit intomroth:mainfrom
jamielinux:pin-shell

Conversation

@jamielinux
Copy link

Fixes #148

$ echo $SHELL
/usr/bin/fish

$ go test ./...
?       github.com/mroth/scmpuff        [no test files]
ok      github.com/mroth/scmpuff/internal/arguments     0.001s
ok      github.com/mroth/scmpuff/internal/cmd   0.090s
?       github.com/mroth/scmpuff/internal/cmd/debug     [no test files]
?       github.com/mroth/scmpuff/internal/cmd/exec      [no test files]
ok      github.com/mroth/scmpuff/internal/cmd/expand    0.001s
ok      github.com/mroth/scmpuff/internal/cmd/inits     (cached)
?       github.com/mroth/scmpuff/internal/cmd/intro     [no test files]
ok      github.com/mroth/scmpuff/internal/cmd/status    0.002s
ok      github.com/mroth/scmpuff/internal/gitstatus     (cached)
ok      github.com/mroth/scmpuff/internal/gitstatus/porcelainv1 0.002s

@mroth
Copy link
Owner

mroth commented Mar 2, 2026

Thank you! Superseded by #150.

@mroth mroth closed this Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tests fail if the shell is Fish (or presumably anything except Bash)

2 participants