From c0d5332ab394977f12ce6aeb397a9dd48f877f78 Mon Sep 17 00:00:00 2001 From: x123 Date: Tue, 3 Dec 2019 17:18:59 +0100 Subject: [PATCH] remove duplicate test in tiddlywiki --- nixos/tests/tiddlywiki.nix | 5 +---- 1 file changed, 1 insertion(+), 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")