atuin: fix tests

This commit is contained in:
Robert Helgesson 2024-07-10 23:11:15 +02:00
parent f749fabecc
commit f79d950ac2
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
7 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@
};
test.stubs = {
atuin = { };
atuin = { name = "atuin"; };
bash-preexec = { };
};

View file

@ -4,7 +4,7 @@
programs.atuin.enable = true;
test.stubs = {
atuin = { };
atuin = { name = "atuin"; };
bash-preexec = { };
};

View file

@ -13,7 +13,7 @@
};
test.stubs = {
atuin = { };
atuin = { name = "atuin"; };
bash-preexec = { };
};

View file

@ -11,7 +11,7 @@
lib.mkForce (builtins.toFile "empty" "");
test.stubs = {
atuin = { };
atuin = { name = "atuin"; };
bash-preexec = { };
};

View file

@ -18,7 +18,7 @@
lib.mkForce (builtins.toFile "empty" "");
test.stubs = {
atuin = { };
atuin = { name = "atuin"; };
bash-preexec = { };
};

View file

@ -17,7 +17,7 @@
lib.mkForce (builtins.toFile "empty" "");
test.stubs = {
atuin = { };
atuin = { name = "atuin"; };
bash-preexec = { };
};

View file

@ -7,7 +7,7 @@
};
test.stubs = {
atuin = { };
atuin = { name = "atuin"; };
bash-preexec = { };
};