Skip to content

Remove leftover test code for Windows

Michal Nowak requested to merge mnowak/remove-leftover-test-code-for-windows into main
  • Removed all code that only runs under CYGWIN, and made all code that doesn't run under CYGWIN non-optional.
  • Removed the $TP variable which was used to add optional trailing dots to filenames; they're no longer optional.
  • Removed references to pssuspend and dos2unix.
  • No need to use environment variables for diff and kill.
  • Removed uses of "tr -d '\r'"; this was a workaround for a cygwin regex bug that is no longer needed.
Edited by Michal Nowak

Merge request reports