Skip to content

Commit c99a596

Browse files
committed
new bats assert requires explicit flag for STDIN
1 parent b239af6 commit c99a596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nodenv-package-json-engine.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ load test_helper
2424
run nodenv version
2525
# note the command completes successfully
2626
assert_success
27-
assert_output <<-MSG
27+
assert_output - <<-MSG
2828
package-json-engine: version satisfying \`^1.0.0' not installed
2929
(set by package-json-engine matching ^1.0.0)
3030
MSG

0 commit comments

Comments
 (0)