summaryrefslogtreecommitdiff
path: root/Documentation/RunningTests.md
diff options
context:
space:
mode:
authorJean-Baptiste Boric <jblbeurope@gmail.com>2021-08-07 14:05:33 +0200
committerAndreas Kling <kling@serenityos.org>2021-08-12 18:56:30 +0200
commit208428916227ef3ef219000d85116388a95680e9 (patch)
tree520348067d4d55a6626f06ff5a2af079dc84aaf7 /Documentation/RunningTests.md
parentb1add5860bc5ad5fc0c29068b10acdbbdf418b19 (diff)
downloadserenity-208428916227ef3ef219000d85116388a95680e9.zip
Userland: Fix PATH environment variable ordering
Diffstat (limited to 'Documentation/RunningTests.md')
-rw-r--r--Documentation/RunningTests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RunningTests.md b/Documentation/RunningTests.md
index d282f43365..2cf9a46918 100644
--- a/Documentation/RunningTests.md
+++ b/Documentation/RunningTests.md
@@ -103,7 +103,7 @@ The system server entry looks as below:
[TestRunner@ttyS0]
Executable=/home/anon/tests/run-tests-and-shutdown.sh
StdIO=/dev/ttyS0
-Environment=DO_SHUTDOWN_AFTER_TESTS=1 TERM=xterm PATH=/bin:/usr/bin:/usr/local/bin
+Environment=DO_SHUTDOWN_AFTER_TESTS=1 TERM=xterm PATH=/usr/local/bin:/usr/bin:/bin
User=anon
WorkingDirectory=/home/anon
BootModes=self-test