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,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. ./test-init.sh
|
||||
. "${TEST_INIT:-./test-init.sh}"
|
||||
|
||||
"$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/apts-event-006" \
|
||||
-d02/23/2013 2>errors && exit 1
|
||||
|
||||
Reference in New Issue
Block a user