X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=tests%2Ftestsuite.at;h=5b633540016331e1563669618e2f864954f39efb;hb=7efe3850f6e058d33a46ef17cdc95df0469ed887;hp=41eba528269fbe70899722632aef3f0d511b4515;hpb=8b5f10a6c4513a58a7da4deabcb7a955891a0728;p=chaz%2Ftar diff --git a/tests/testsuite.at b/tests/testsuite.at index 41eba52..5b63354 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -5,7 +5,7 @@ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, @@ -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]) @@ -179,6 +179,8 @@ m4_include([volume.at]) m4_include([volsize.at]) m4_include([comprec.at]) +m4_include([shortfile.at]) +m4_include([shortupd.at]) m4_include([truncate.at]) m4_include([grow.at])