From 8b21be5e14f44c4f9b0d995ed73709bdde30028f Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Fri, 24 Mar 2023 08:46:13 +0200 Subject: Added checking for a valid path, but the test is failing for the wrong reason --- tests/server_shell.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/server_shell.rs b/tests/server_shell.rs index 72329d3..756c5a8 100644 --- a/tests/server_shell.rs +++ b/tests/server_shell.rs @@ -215,7 +215,6 @@ fn git_push_works() -> Result<()> { } #[test] -#[ignore = "Need to put the repo in the right dir first"] fn git_clone_can_not_target_repo_outside_allowed_paths() -> Result<()> { let c = spawn_ssh_server()?; clone_git_repo(&c, "/home/shukkie/disallowed.git") -- cgit v1.2.3