Skip to content

[v9_18] Remove leftover test code for Windows

Michal Nowak requested to merge mnowak/drop-some-system-test-scrips-v9_18 into v9_18
  • 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.

(cherry picked from commit 1d706f32)

Edited by Michal Nowak

Merge request reports