summaryrefslogtreecommitdiff
path: root/Userland/Utilities/test-js.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Utilities/test-js.cpp')
-rw-r--r--Userland/Utilities/test-js.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Utilities/test-js.cpp b/Userland/Utilities/test-js.cpp
index 9245d06492..c429a75009 100644
--- a/Userland/Utilities/test-js.cpp
+++ b/Userland/Utilities/test-js.cpp
@@ -744,7 +744,7 @@ int main(int argc, char** argv)
warnln("No test root given, test-js requires the SERENITY_ROOT environment variable to be set");
return 1;
}
- test_root = String::formatted("{}/Libraries/LibJS/Tests", serenity_root);
+ test_root = String::formatted("{}/Userland/Libraries/LibJS/Tests", serenity_root);
#endif
}
if (!Core::File::is_directory(test_root)) {