Browse Source

Adapt utcprocess unit to name changes to allow use inside testsuite

Pierre Muller 1 year ago
parent
commit
f75f688f8b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      packages/fcl-process/tests/utcprocess.pp

+ 4 - 4
packages/fcl-process/tests/utcprocess.pp

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