2023-08-08 10:19:01 +00:00
|
|
|
{ ... }:
|
2020-10-12 00:22:58 +00:00
|
|
|
|
|
|
|
{
|
2023-08-08 10:19:01 +00:00
|
|
|
home.file."using-text".text = ''
|
|
|
|
This is the
|
|
|
|
expected text.
|
|
|
|
'';
|
2020-10-12 00:22:58 +00:00
|
|
|
|
2023-08-08 10:19:01 +00:00
|
|
|
nmt.script = ''
|
|
|
|
assertFileExists home-files/using-text
|
|
|
|
assertFileIsNotExecutable home-files/using-text
|
|
|
|
assertFileContent home-files/using-text ${./text-expected.txt}
|
|
|
|
'';
|
2020-10-12 00:22:58 +00:00
|
|
|
}
|