X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Ftestsuite.at;h=2b26561bad9accf6ed627d9e4bead7a99525b9cb;hb=89a91c7b440ae92d1cfda33ec391a255573b3814;hp=9522a5c9f0593e3ab8e24442c4a372cd4e0776b7;hpb=1118d24fd3331c604f373376d60eeaac1f9def01;p=chaz%2Ftar diff --git a/tests/testsuite.at b/tests/testsuite.at index 9522a5c..2b26561 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -1,7 +1,7 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. # 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 @@ -84,8 +84,8 @@ test $result -eq 0 && AT_SKIP_TEST ]) m4_define([AT_TAR_MKHIER],[ -install-sh -d $1 >/dev/null -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]) @@ -100,6 +100,9 @@ m4_include([pipe.at]) m4_include([options.at]) m4_include([options02.at]) +m4_include([T-empty.at]) +m4_include([T-null.at]) + m4_include([indexfile.at]) m4_include([verbose.at]) @@ -107,6 +110,8 @@ m4_include([append.at]) m4_include([append01.at]) m4_include([append02.at]) +m4_include([exclude.at]) + m4_include([delete01.at]) m4_include([delete02.at]) m4_include([delete03.at]) @@ -119,6 +124,7 @@ m4_include([extrac03.at]) m4_include([extrac04.at]) m4_include([extrac05.at]) m4_include([extrac06.at]) +m4_include([extrac07.at]) m4_include([gzip.at]) @@ -175,6 +181,7 @@ m4_include([volsize.at]) m4_include([comprec.at]) m4_include([truncate.at]) +m4_include([grow.at]) m4_include([star/gtarfail.at]) m4_include([star/gtarfail2.at])