summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/tests/tiddlywiki.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/nixos/tests/tiddlywiki.nix b/nixos/tests/tiddlywiki.nix
index 00b8c9862ac..cf45578b0f9 100644
--- a/nixos/tests/tiddlywiki.nix
+++ b/nixos/tests/tiddlywiki.nix
@@ -44,10 +44,7 @@ import ./make-test-python.nix ({ ... }: {
           configured.succeed(
               "curl --fail -o /dev/null 127.0.0.1:3000 --user somelogin:somesecret"
           )
-
-      with subtest("configured with different wikifolder"):
-          configured.succeed("test -f /var/lib/tiddlywiki/tiddlywiki.info")
-
+      
       with subtest("restart preserves changes"):
           # given running wiki
           default.wait_for_unit("tiddlywiki.service")