summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-04-07 15:45:20 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-04-07 15:45:20 +0200
commit3e4d021070cb40a2b894b8b515aceb27053f1e92 (patch)
treee7efb0852f3be614beb95ba0aa87bba606d6812e
parent3e4833da6e622042be5178b64cb9dae14b732657 (diff)
downloadqutebrowser-3e4d021070cb40a2b894b8b515aceb27053f1e92.tar.gz
qutebrowser-3e4d021070cb40a2b894b8b515aceb27053f1e92.zip
tests: Fix relative URL for caret test
Similar issue as with ab7245732e04c86aabc5497b279c3a28fe945836
-rw-r--r--tests/end2end/data/caret.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/data/caret.html b/tests/end2end/data/caret.html
index 985fce0e7..2f90805c0 100644
--- a/tests/end2end/data/caret.html
+++ b/tests/end2end/data/caret.html
@@ -5,7 +5,7 @@
<title>Caret mode</title>
</head>
<body>
- <p><a href="/data/hello.txt">one</a> two three<br/>eins zwei drei</p>
+ <p><a href="hello.txt">one</a> two three<br/>eins zwei drei</p>
<p>four five six<br/>vier fünf sechs</p>
</body>
</html>