diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2014-07-08 14:56:51 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2014-07-08 15:12:37 +0200 |
commit | 7904af5d9d798d230573a6a86abd7d3f5b3b51f1 (patch) | |
tree | 22dca45049f026092fb0f31ef84886756a968083 /test/appointment-022.sh | |
parent | 8aaaf182684d46865bc22bba0e99cb250245c33c (diff) | |
download | calcurse-7904af5d9d798d230573a6a86abd7d3f5b3b51f1.zip |
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>
Diffstat (limited to 'test/appointment-022.sh')
-rwxr-xr-x | test/appointment-022.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/appointment-022.sh b/test/appointment-022.sh index 8ff0f81..1b48a1e 100755 --- a/test/appointment-022.sh +++ b/test/appointment-022.sh @@ -1,6 +1,6 @@ #!/bin/sh -. ./test-init.sh +. "${TEST_INIT:-./test-init.sh}" "$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/apts-appointment-022" \ -d02/23/2013 2>errors && exit 1 |