tests/patdiff: add
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
c80be80282
commit
41fd9b197c
4 changed files with 56 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
programs.patdiff = {
|
||||
enable = true;
|
||||
enableGitIntegration = true;
|
||||
};
|
||||
|
||||
programs.git.enable = true;
|
||||
|
||||
nmt.script = ''
|
||||
assertFileExists home-files/.config/git/config
|
||||
assertFileContains home-files/.config/git/config '[diff]'
|
||||
assertFileRegex home-files/.config/git/config 'external = .*/patdiff-git-wrapper'
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue