Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nyoungstudios committed Oct 14, 2024
1 parent 845de78 commit 04bbc57
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/resources/functions/nvm/runners.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ os = "ubuntu-24.04"

assert-install-names = ["nvm"]


[[case.default.test.commands]]

command = "bash"
arguments = ["-ceu", "nvm --help"]
assert-stdout-contains = "Node Version Manager (v0.40.1)"
arguments = ["-ceu", "cat ~/.bashrc"]
assert-stdout-contains = "nvm"

[[case.default.test.commands]]

command = "bash"
arguments = ["-ceu", "cat ~/.bashrc"]
assert-stdout-contains = "nvm"
arguments = ["-ceu", "nvm --help"]
assert-stdout-contains = "Node Version Manager (v0.40.1)"

0 comments on commit 04bbc57

Please sign in to comment.