$OpenBSD: patch-conformance_interfaces_sigaltstack_9-1_c,v 1.1 2018/05/20 01:35:54 bluhm Exp $

Use installed package to execute buildonly test.

Index: conformance/interfaces/sigaltstack/9-1.c
--- conformance/interfaces/sigaltstack/9-1.c.orig
+++ conformance/interfaces/sigaltstack/9-1.c
@@ -60,7 +60,7 @@ int main()
 		return PTS_UNRESOLVED;
 	}
 
-	if (execl("conformance/interfaces/sigaltstack/9-buildonly.test", "9-buildonly.test", NULL) == -1) {
+	if (execl("${TRUEPREFIX}/libexec/posixtestsuite/conformance/interfaces/sigaltstack/9-buildonly.test", "9-buildonly.test", NULL) == -1) {
 		perror("Unexpected error while attempting to setup test pre-conditions");
 		return PTS_UNRESOLVED;
 	}
