Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Dec 1, 2024
1 parent fe62bf6 commit 7130585
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lychee-bin/tests/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 7130585

Please sign in to comment.