summaryrefslogtreecommitdiff
path: root/Meta
diff options
context:
space:
mode:
authorBrian Gianforcaro <bgianf@serenityos.org>2022-03-20 11:55:50 -0700
committerAndreas Kling <kling@serenityos.org>2022-03-20 22:20:59 +0100
commit95b295971ddf8197db88246a220e23bd41d018dc (patch)
treea00f99e4359e062375433568d65891cd3513a4a9 /Meta
parent16bee0ba79ddc3932a5a534abd751e7eeb03b623 (diff)
downloadserenity-95b295971ddf8197db88246a220e23bd41d018dc.zip
Everywhere: Move tests to /home/anon/Tests
Diffstat (limited to 'Meta')
-rwxr-xr-xMeta/lint-shell-scripts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/lint-shell-scripts.sh b/Meta/lint-shell-scripts.sh
index 0d7f0b8e60..b59409f598 100755
--- a/Meta/lint-shell-scripts.sh
+++ b/Meta/lint-shell-scripts.sh
@@ -11,7 +11,7 @@ if [ "$#" -eq "0" ]; then
'*.sh' \
':!:Ports' \
':!:Userland/Shell/Tests' \
- ':!:Base/home/anon/tests' \
+ ':!:Base/home/anon/Tests' \
':!:Base/root/generate_manpages.sh'
)
else