Implement test initialization properly
Make test-init.sh work even if tests are executed from another directory. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
. ./test-init.sh
|
||||
. "${TEST_INIT:-./test-init.sh}"
|
||||
|
||||
true
|
||||
|
||||
Reference in New Issue
Block a user