mirror of
https://github.com/nix-community/home-manager
synced 2024-11-09 12:49:44 +01:00
atuin: fix tests
This commit is contained in:
parent
f749fabecc
commit
f79d950ac2
7 changed files with 7 additions and 7 deletions
|
@ -10,7 +10,7 @@
|
|||
};
|
||||
|
||||
test.stubs = {
|
||||
atuin = { };
|
||||
atuin = { name = "atuin"; };
|
||||
bash-preexec = { };
|
||||
};
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
programs.atuin.enable = true;
|
||||
|
||||
test.stubs = {
|
||||
atuin = { };
|
||||
atuin = { name = "atuin"; };
|
||||
bash-preexec = { };
|
||||
};
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
};
|
||||
|
||||
test.stubs = {
|
||||
atuin = { };
|
||||
atuin = { name = "atuin"; };
|
||||
bash-preexec = { };
|
||||
};
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
lib.mkForce (builtins.toFile "empty" "");
|
||||
|
||||
test.stubs = {
|
||||
atuin = { };
|
||||
atuin = { name = "atuin"; };
|
||||
bash-preexec = { };
|
||||
};
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
lib.mkForce (builtins.toFile "empty" "");
|
||||
|
||||
test.stubs = {
|
||||
atuin = { };
|
||||
atuin = { name = "atuin"; };
|
||||
bash-preexec = { };
|
||||
};
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
lib.mkForce (builtins.toFile "empty" "");
|
||||
|
||||
test.stubs = {
|
||||
atuin = { };
|
||||
atuin = { name = "atuin"; };
|
||||
bash-preexec = { };
|
||||
};
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
};
|
||||
|
||||
test.stubs = {
|
||||
atuin = { };
|
||||
atuin = { name = "atuin"; };
|
||||
bash-preexec = { };
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue