Fix WikiRoot test
This commit is contained in:
parent
d4ae593f50
commit
d7f51e66cd
1 changed files with 1 additions and 1 deletions
|
@ -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" {
|
Loading…
Reference in a new issue