From 591e26b4995976787f89cec49f4c8a0dbf3b916c Mon Sep 17 00:00:00 2001 From: John Darrington Date: Tue, 20 Oct 2015 15:55:52 +0200 Subject: [PATCH] Skip fifo test for w32 hosted builds --- tests/data/file.at | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/data/file.at b/tests/data/file.at index 50a0da9bd1..287f540f0b 100644 --- a/tests/data/file.at +++ b/tests/data/file.at @@ -65,6 +65,9 @@ AT_CLEANUP AT_SETUP([Write fifo]) +dnl The Fifo feature is not available in w32 builds +AT_SKIP_IF([case $host in *-*-mingw*) true ;; *) false ;; esac]) + AT_DATA([file.sps], [dnl DATA LIST NOTABLE/x 1. BEGIN DATA. -- 2.30.2