From 1dce04a3cac59513443858cd540381323a1e640e Mon Sep 17 00:00:00 2001 From: Giuseppe De Palma Date: Fri, 12 Jan 2024 15:36:24 +0100 Subject: [PATCH] test: disable coreutils bats --- tests/coreutils.bats | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/coreutils.bats b/tests/coreutils.bats index 0c90a2d..730dab9 100644 --- a/tests/coreutils.bats +++ b/tests/coreutils.bats @@ -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 +# }