Skip to content

Fix tests involving $EDITOR variable

Gary Holtz requested to merge gmh-fix-editor-tests into main

Description

It seems that when $EDITOR or $VISUAL are set in the terminal, this test will fail. Adding some code to respect the test runner's editor choices 😄

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
Edited by Gary Holtz

Merge request reports