Skip to content

Commit

Permalink
redirect teardown to stderr instead of /dev/null
Browse files Browse the repository at this point in the history
  • Loading branch information
srafi1 committed Oct 19, 2020
1 parent 0a63e31 commit 005f52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/use.bats
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ setup() {
}

teardown() {
git checkout $branch &> /dev/null
git checkout $branch >&2
}

@test "Check switching to existing branch" {
Expand Down

0 comments on commit 005f52c

Please sign in to comment.