Skip to content

Commit

Permalink
test: disable coreutils bats
Browse files Browse the repository at this point in the history
  • Loading branch information
giusdp committed Jan 12, 2024
1 parent 1bd1a54 commit 1dce04a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/coreutils.bats
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ setup() {
export NUV_USE_COREUTILS=1
}

@test "-cat" {
run echo "$(echo "Hello World" | nuv -cat)"
assert_line "Hello World"
assert_success
}
# @test "-cat" {
# run echo "$(echo "Hello World" | nuv -cat)"
# assert_line "Hello World"
# assert_success
# }

0 comments on commit 1dce04a

Please sign in to comment.