From 5635a428abf71624ef4e8dff1283fc134757dd85 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 21 Jun 2007 08:50:09 +0000 Subject: [PATCH] (AT_TAR_MKHIER): Skip test if genfile is unable to create the file --- tests/testsuite.at | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testsuite.at b/tests/testsuite.at index 41eba52..2b26561 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -84,8 +84,8 @@ test $result -eq 0 && AT_SKIP_TEST ]) m4_define([AT_TAR_MKHIER],[ -install-sh -d $1 >/dev/null || AT_SKIP_TEST -m4_if([$2],,,genfile --file [$1]/[$2])]) +install-sh -d $1 >/dev/null dnl +m4_if([$2],,,&& genfile --file [$1]/[$2]) || AT_SKIP_TEST]) m4_include([sparsemvp.at]) -- 2.44.0