diff --git a/.config/shell/rc.d/test/env-wiki-root.bats b/.config/shell/login.d/test/env-wiki-root.bats similarity index 90% rename from .config/shell/rc.d/test/env-wiki-root.bats rename to .config/shell/login.d/test/env-wiki-root.bats index 1254e81..422bcb9 100644 --- a/.config/shell/rc.d/test/env-wiki-root.bats +++ b/.config/shell/login.d/test/env-wiki-root.bats @@ -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" {