(AT_TAR_MKHIER): Skip test if genfile is unable to create the file

This commit is contained in:
Sergey Poznyakoff
2007-06-21 08:50:09 +00:00
parent 8b5f10a6c4
commit 5635a428ab

View File

@@ -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])