1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 07:07:44 +00:00

Userland: Install shell tests on Serenity

Also make them runnable anywhere. Previously they required $PWD to be
the directory containing test-commons.inc, and for $PWD to be writable.
This commit is contained in:
Andrew Kaster 2021-01-24 21:42:30 -07:00 committed by Andreas Kling
parent e787738c24
commit 8fc862f710
13 changed files with 19 additions and 13 deletions

View file

@ -4,7 +4,7 @@ echo "Not running Shell-backgrounding as it has a high failure rate"
echo PASS
exit 0
source test-commons.inc
source $(dirname "$0")/test-commons.inc
setopt --verbose