We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87452b commit 2ac73b4Copy full SHA for 2ac73b4
tests/set-errors-param.bats
@@ -109,11 +109,12 @@ load './util/init.sh'
109
assert_line -p "'4' is empty"
110
}
111
112
-@test "Do not error on empty \$4 on --value" {
113
- run bobject set-string --value 'OBJECT' '.obj' ""
+# TODO:
+# @test "Do not error on empty \$4 on --value" {
114
+# run bobject set-string --value 'OBJECT' '.obj' ""
115
- assert_success
116
-}
+# assert_success
117
+# }
118
119
@test "Error if root object does not exist" {
120
export VERIFY_BASH_OBJECT=
0 commit comments