2023-05-13 00:08:12 +02:00
|
|
|
{ ... }:
|
2019-01-16 02:14:14 +01:00
|
|
|
|
|
|
|
{
|
2023-05-13 00:08:12 +02:00
|
|
|
home.file."using-text".text = ''
|
|
|
|
This is the
|
|
|
|
expected text.
|
|
|
|
'';
|
2019-01-16 02:14:14 +01:00
|
|
|
|
2023-05-13 00:08:12 +02:00
|
|
|
nmt.script = ''
|
|
|
|
assertFileExists home-files/using-text
|
|
|
|
assertFileIsNotExecutable home-files/using-text
|
|
|
|
assertFileContent home-files/using-text ${./text-expected.txt}
|
|
|
|
'';
|
2019-01-16 02:14:14 +01:00
|
|
|
}
|