Skip to content

Commit

Permalink
expect failure from init test
Browse files Browse the repository at this point in the history
  • Loading branch information
stupendoussuperpowers committed Dec 28, 2023
1 parent e72e7df commit 23e60d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fn case() {
.args(["--git", &git_url, "pack2", "--features=feat-pack2"])
.current_dir(cwd)
.assert()
.success()
.failure()
.stdout_matches_path(curr_dir!().join("stdout.log"))
.stderr_matches_path(curr_dir!().join("stderr.log"));

Expand Down

0 comments on commit 23e60d6

Please sign in to comment.