From de3c59661abe7f38e99ac414bbbf33745434dd31 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Sun, 12 Mar 2023 11:11:41 +0200 Subject: Added an batch mode --- tests/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/cli.rs b/tests/cli.rs index fcd1437..e642781 100644 --- a/tests/cli.rs +++ b/tests/cli.rs @@ -106,7 +106,7 @@ fn can_init_a_new_git_repo() -> Result<()> { #[test] fn runs_a_single_command_and_exit_with_cli_flag() -> Result<()> { let mut c = run_batch_command("git-init another-new-repo")?; - c.p.exp_string("Successfully created my-new-repo.git")?; + c.p.exp_string("Successfully created another-new-repo.git")?; c.p.exp_eof()?; Ok(()) } -- cgit v1.2.3