$OpenBSD: patch-tests_Makefile_in,v 1.1 2014/09/23 12:08:03 ajacoutot Exp $

From 69bd4701032727c453aa7821359ad36dcbe7b780 Mon Sep 17 00:00:00 2001
From: Franco Fichtner <franco@lastsummer.de>
Date: Mon, 5 May 2014 23:04:40 +0200
Subject: [PATCH] tests: fix abstract ipc test by omitting slashes

--- tests/Makefile.in.orig	Mon Sep 22 14:50:33 2014
+++ tests/Makefile.in	Mon Sep 22 14:51:04 2014
@@ -60,7 +60,7 @@ noinst_PROGRAMS = test_system$(EXEEXT) test_pair_inpro
 @ON_MINGW_FALSE@                   test_timeo \
 @ON_MINGW_FALSE@                   test_fork
 
-@ON_LINUX_FALSE@XFAIL_TESTS = test_abstract_ipc$(EXEEXT)
+@ON_LINUX_FALSE@XFAIL_TESTS =
 subdir = tests
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
