lib/tests/modules.sh: Don't depend on $PWD

wip/yesman
Silvan Mosberger 4 years ago
parent 124cccbe3b
commit 0bc7f3440a
No known key found for this signature in database
GPG Key ID: E8F1E9EAD284E17D
  1. 5
      lib/tests/modules.sh

@ -3,7 +3,10 @@
# This script is used to test that the module system is working as expected.
# By default it test the version of nixpkgs which is defined in the NIX_PATH.
cd ./modules
# https://stackoverflow.com/a/246128/6605742
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd "$DIR"/modules
pass=0
fail=0

Loading…
Cancel
Save