summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-03-24 08:46:13 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-03-24 08:46:13 +0200
commit8b21be5e14f44c4f9b0d995ed73709bdde30028f (patch)
treee3f99c2f7f4f1d060a2cea293ea816a33131dece /tests
parenta62fa84b0bb5abe3a2c52a047f47b6403ffcd54c (diff)
Added checking for a valid path, but the test is failing for the wrong reason
Diffstat (limited to 'tests')
-rw-r--r--tests/server_shell.rs1
1 files changed, 0 insertions, 1 deletions
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")