Skip to content

OpenUrlJob: don't execute .exe files (via WINE) if running executables is forbidden

David Faure requested to merge work/dfaure/openurljob_no_executables into master

Found by reading the code, then wrote the unittest.

While reading the unittest, noticed that the "*_running_not_allowed" entries made no sense, those are tests where the running is actually allowed.

Merge request reports