Adapt utcprocess unit to name changes to allow use inside testsuite

This commit is contained in:
Pierre Muller 2024-02-24 12:50:45 +00:00
parent 4ad0c88a73
commit f75f688f8b

View File

@ -63,10 +63,10 @@ implementation
uses dateutils;
const
dotouch = 'dotouch';
docat = 'docat';
doexit = 'doexit';
genout = 'genout';
dotouch = 'tdotouch';
docat = 'tdocat';
doexit = 'tdoexit';
genout = 't_genout';
fntouch = 'touch.txt';
fntestoutput = 'output.txt';
fntestinput = 'input.txt';