diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2022-03-20 11:55:50 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-03-20 22:20:59 +0100 |
commit | 95b295971ddf8197db88246a220e23bd41d018dc (patch) | |
tree | a00f99e4359e062375433568d65891cd3513a4a9 /Meta | |
parent | 16bee0ba79ddc3932a5a534abd751e7eeb03b623 (diff) | |
download | serenity-95b295971ddf8197db88246a220e23bd41d018dc.zip |
Everywhere: Move tests to /home/anon/Tests
Diffstat (limited to 'Meta')
-rwxr-xr-x | Meta/lint-shell-scripts.sh | 2 |
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 |