Fix WikiRoot test

This commit is contained in:
Marty Oehme 2019-12-04 17:01:15 +01:00
parent d4ae593f50
commit d7f51e66cd

View file

@ -13,7 +13,7 @@ teardown() {
@test "Sets WIKIROOT to correct default path" {
source $testfile
[ "$WIKIROOT" = "$HOME/Nextcloud/Notes/" ]
[ "$WIKIROOT" = "$HOME/documents/notes" ]
}
@test "Leaves WIKIROOT as is if it is already set" {