From 71305855f6cba39ce9a2fe1888619745b7165ced Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Sun, 1 Dec 2024 10:26:56 -0800 Subject: [PATCH] fix --- lychee-bin/tests/cli.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()