diff --git a/lychee-bin/tests/cli.rs b/lychee-bin/tests/cli.rs index 22b4f938f3..89d89f520c 100644 --- a/lychee-bin/tests/cli.rs +++ b/lychee-bin/tests/cli.rs @@ -418,10 +418,10 @@ mod cli { cmd.arg("--offline") .arg("--include-fragments") - .arg("--root-path") - .arg("/resolve_paths_from_root_path") + // .arg("--root-path") + // .arg("/resolve_paths_from_root_path") .arg("--base") - .arg(&dir) + .arg(&dir.join("resolve_paths_from_root_path")) .arg(dir.join("resolve_paths_from_root_path").join("nested").join("index.html")) .env_clear() .assert()