瀏覽代碼

Base: Fix path to LibJS tests in test-js(1) man page

Linus Groh 4 年之前
父節點
當前提交
5468a23fc2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Base/usr/share/man/man1/test-js.md

+ 1 - 1
Base/usr/share/man/man1/test-js.md

@@ -16,7 +16,7 @@ tests are using a custom JavaScript testing framework inspired by
 
 
 It also supports the [test262 parser tests](https://github.com/tc39/test262-parser-tests).
 It also supports the [test262 parser tests](https://github.com/tc39/test262-parser-tests).
 
 
-The test root directory is assumed to be `/home/anon/js-tests`, or `$SERENITY_SOURCE_DIR/Libraries/LibJS/Tests`
+The test root directory is assumed to be `/home/anon/js-tests`, or `$SERENITY_SOURCE_DIR/Userland/Libraries/LibJS/Tests`
 when using the Lagom build. Optionally you can pass a custom path to `test-js` to override these defaults.
 when using the Lagom build. Optionally you can pass a custom path to `test-js` to override these defaults.
 
 
 You can disable output from `dbgln()` calls by setting the `DISABLE_DBG_OUTPUT` environment variable.
 You can disable output from `dbgln()` calls by setting the `DISABLE_DBG_OUTPUT` environment variable.