Skip to content

Commit

Permalink
Merge pull request #207909 from Homebrew/embulk-test
Browse files Browse the repository at this point in the history
embulk: update test
  • Loading branch information
BrewTestBot authored Feb 16, 2025
2 parents f4e3ad9 + 18e2980 commit 57ac345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/e/embulk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def install
| 1 | list |
EOS
output = shell_output("#{bin}/embulk -X #{jruby} run config.yml")
assert_match(/^1,list,.*\n2,install,.*\n3,info,.*\n4,outdated,.*\n5,services,/, output)
assert_match(/^1,list,.*\n2,/, output)

# Recent macOS requires giving Terminal permissions to access files on a
# network volume in order to use Embulk's basic file input plugin.
Expand Down

0 comments on commit 57ac345

Please sign in to comment.