diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2022-03-20 11:41:37 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-03-20 22:20:59 +0100 |
commit | 16bee0ba79ddc3932a5a534abd751e7eeb03b623 (patch) | |
tree | ea413291be06642bd92d82d2bf965df11e39111e /Userland/Utilities/markdown-check.cpp | |
parent | 67fc81a65a21de9302f8b77799f427f9a480bc83 (diff) | |
download | serenity-16bee0ba79ddc3932a5a534abd751e7eeb03b623.zip |
Everywhere: Move js/web/wasm tests under /home/anon/Tests
Diffstat (limited to 'Userland/Utilities/markdown-check.cpp')
-rw-r--r-- | Userland/Utilities/markdown-check.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Utilities/markdown-check.cpp b/Userland/Utilities/markdown-check.cpp index e9ec81b1e7..50020c83c0 100644 --- a/Userland/Utilities/markdown-check.cpp +++ b/Userland/Utilities/markdown-check.cpp @@ -41,7 +41,7 @@ static bool is_missing_file_acceptable(String const& filename) "/usr/share/man/man2/ptrace.md", "/usr/share/man/man5/perfcore.md", // These ones are okay: - "/home/anon/js-tests/test-common.js", + "/home/anon/Tests/js-tests/test-common.js", "/man1/index.html", "/man2/index.html", "/man3/index.html", |