diff options
Diffstat (limited to 'Userland/Shell/Tests/special-vars.sh')
-rw-r--r-- | Userland/Shell/Tests/special-vars.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Shell/Tests/special-vars.sh b/Userland/Shell/Tests/special-vars.sh index e3d3b134d4..23525d28d2 100644 --- a/Userland/Shell/Tests/special-vars.sh +++ b/Userland/Shell/Tests/special-vars.sh @@ -1,6 +1,6 @@ #!/bin/sh -source test-commons.inc +source $(dirname "$0")/test-commons.inc if not test "$*" = "" { fail "Argv list not empty" } if not test "$#" -eq 0 { fail "Argv list empty but count non-zero" } |