diff options
author | Nitroretro <nitroretro@protonmail.com> | 2019-12-17 17:24:48 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2019-12-23 13:16:39 -0500 |
commit | 19d2d9229e62ea5e993b462f0cdedd868ec6c2d9 (patch) | |
tree | 8e17be1def6c0013831f17f261f031d08887f374 /test/README | |
parent | 04162de6ddcdbc5c1b2410f4f5f7dbae72cc62d9 (diff) | |
download | calcurse-19d2d9229e62ea5e993b462f0cdedd868ec6c2d9.tar.gz calcurse-19d2d9229e62ea5e993b462f0cdedd868ec6c2d9.zip |
Change documentation to reflect the new file structure
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README b/test/README index f45fd0b..c405382 100644 --- a/test/README +++ b/test/README @@ -22,7 +22,7 @@ alternative calcurse binary and data directory. Passing another data directory might cause some failures since many tests are adapted for the `test/` directory provided by the test suite: - $ CALCURSE=../src/calcurse DATA_DIR="$HOME/.calcurse/" ./next-001.sh + $ CALCURSE=../src/calcurse DATA_DIR="$HOME/.local/share/calcurse/" ./next-001.sh Running ./next-001.sh... FAIL Writing tests |