$OpenBSD: patch-src_tests_core_file_sys_path_parser_cpp,v 1.2 2018/07/30 10:17:11 rsadowski Exp $

fix include path

Index: src/tests/core/file_sys/path_parser.cpp
--- src/tests/core/file_sys/path_parser.cpp.orig
+++ src/tests/core/file_sys/path_parser.cpp
@@ -2,7 +2,7 @@
 // Licensed under GPLv2 or any later version
 // Refer to the license.txt file included.
 
-#include <catch.hpp>
+#include <catch2/catch.hpp>
 #include "common/file_util.h"
 #include "core/file_sys/path_parser.h"
 
