atuin: fix tests

This commit is contained in:
Robert Helgesson
2024-07-10 23:11:15 +02:00
parent f749fabecc
commit f79d950ac2
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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 = { };
};
+1 -1
View File
@@ -11,7 +11,7 @@
lib.mkForce (builtins.toFile "empty" "");
test.stubs = {
atuin = { };
atuin = { name = "atuin"; };
bash-preexec = { };
};
+1 -1
View File
@@ -18,7 +18,7 @@
lib.mkForce (builtins.toFile "empty" "");
test.stubs = {
atuin = { };
atuin = { name = "atuin"; };
bash-preexec = { };
};
+1 -1
View File
@@ -17,7 +17,7 @@
lib.mkForce (builtins.toFile "empty" "");
test.stubs = {
atuin = { };
atuin = { name = "atuin"; };
bash-preexec = { };
};
+1 -1
View File
@@ -7,7 +7,7 @@
};
test.stubs = {
atuin = { };
atuin = { name = "atuin"; };
bash-preexec = { };
};