Skip to content

Commit dbb384c

Browse files
committed
fix: do not try to download a URL from vfs-pack in test
1 parent d4c2482 commit dbb384c

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

examples/dune

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
(action (run %{bin:tiny-httpd-vfs-pack} -o %{targets}
4040
--mirror=files/
4141
--file=test_out.txt,%{out}
42-
--url=example_dot_com,http://example.com)))
42+
; --url=example_dot_com,http://example.com ; this breaks tests in opam sandbox 😢
43+
)))
4344

4445
(rule
4546
(targets vfs.ml)

tests/echo1.expect

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ a.txt
2727
(12b)
2828
</li>
2929
<li>
30-
<a href="/vfs/example_dot_com">
31-
example_dot_com
32-
</a>
33-
(1.12k)
34-
</li>
35-
<li>
3630
<a href="/vfs/foo.html">
3731
foo.html
3832
</a>

0 commit comments

Comments
 (0)