summary refs log tree commit diff
path: root/nixos/tests/tiddlywiki.nix
diff options
context:
space:
mode:
authorx123 <x123@users.noreply.github.com>2019-12-03 17:18:59 +0100
committerx123 <x123@users.noreply.github.com>2019-12-03 17:18:59 +0100
commitc0d5332ab394977f12ce6aeb397a9dd48f877f78 (patch)
tree39322c4206c43f84608cffcf51bdec05c912509e /nixos/tests/tiddlywiki.nix
parent2ad9a627de92a470e971d5cf88a8ec4db7c31043 (diff)
downloadnixpkgs-c0d5332ab394977f12ce6aeb397a9dd48f877f78.tar
nixpkgs-c0d5332ab394977f12ce6aeb397a9dd48f877f78.tar.gz
nixpkgs-c0d5332ab394977f12ce6aeb397a9dd48f877f78.tar.bz2
nixpkgs-c0d5332ab394977f12ce6aeb397a9dd48f877f78.tar.lz
nixpkgs-c0d5332ab394977f12ce6aeb397a9dd48f877f78.tar.xz
nixpkgs-c0d5332ab394977f12ce6aeb397a9dd48f877f78.tar.zst
nixpkgs-c0d5332ab394977f12ce6aeb397a9dd48f877f78.zip
remove duplicate test in tiddlywiki
Diffstat (limited to 'nixos/tests/tiddlywiki.nix')
-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")