Skip to content

Commit

Permalink
More changes
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed Oct 15, 2024
1 parent 21eb85e commit bac6e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/imp/roundtrip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ func runCmd(ctx context.Context, t *testing.T, cmd *exec.Cmd, onDone func()) {
var ecErr *exec.ExitError
if errors.As(err, &ecErr) {
exitCode := ecErr.ExitCode()
if exitCode == 666 {
if exitCode == 666 || exitCode == 154 {
// Expected exit code.
return
}
Expand Down

0 comments on commit bac6e2c

Please sign in to comment.