]> Dogcows Code - chaz/tar/commitdiff
(AT_TAR_MKHIER): Skip test if genfile is unable to create the file
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 21 Jun 2007 08:50:09 +0000 (08:50 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 21 Jun 2007 08:50:09 +0000 (08:50 +0000)
tests/testsuite.at

index 41eba528269fbe70899722632aef3f0d511b4515..2b26561bad9accf6ed627d9e4bead7a99525b9cb 100644 (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])
 
This page took 0.019654 seconds and 4 git commands to generate.