Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test/: Use correct calcurse binary and data dir | Lukas Fleischer | 2012-02-24 | 1 | -1/+1 |
| | | | | | | | | | | We really don't want to use the calcurse(1) binary from "$PATH" here. Introduce an environment variable "$CALCURSE" which can be used specify the binary to use and set this variable to the binary located in the build directory by default. Similarly, add another environment variable "$DATA_DIR" that can be used to specify a data directory. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | test/: Add test case for "-S" (pattern search) | Lukas Fleischer | 2012-01-22 | 1 | -0/+25 |
* search-001.sh: Compare the output of "-S <regex>" (using a regular expression) with hardcoded data. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> |