From 18b56e3f7d5265ccf023b0bce0540a237988423c Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Wed, 28 Dec 2022 20:34:43 +0100 Subject: [PATCH] broot: update test to match upstream changes Fixes #3527 --- tests/modules/programs/broot/broot.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/modules/programs/broot/broot.nix b/tests/modules/programs/broot/broot.nix index 440691cf5..d55438ebd 100644 --- a/tests/modules/programs/broot/broot.nix +++ b/tests/modules/programs/broot/broot.nix @@ -13,12 +13,16 @@ with lib; assertFileExists home-files/.config/broot/conf.toml assertFileContent home-files/.config/broot/conf.toml ${ pkgs.writeText "broot.expected" '' + content_search_max_file_size = "10MB" imports = ["verbs.hjson", {file = "dark-blue-skin.hjson", luma = ["dark", "unknown"]}, {file = "white-skin.hjson", luma = "light"}] modal = true show_selection_mark = true verbs = [] [skin] + + [special_paths] + "/media" = "no-enter" '' } '';