X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Ftestsuite.at;h=fc5659b3724f08c88486bc7a036a6f04e7efcb95;hb=05ba292a938a6450cc0a4e1dbf778159de2f5868;hp=5059eb1c4ce93b6fe070b8939e73c0e3571a868d;hpb=29a6b977e98b8739b65cc70296a21fe6b3b6b75f;p=chaz%2Ftar diff --git a/tests/testsuite.at b/tests/testsuite.at index 5059eb1..fc5659b 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 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005 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 @@ -15,8 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. # We need a recent Autotest. m4_version_prereq([2.52g]) @@ -27,6 +27,8 @@ m4_define([AT_TAR_CHECK],[ [AT_CHECK([ mkdir FMT (cd FMT +TEST_TAR_FORMAT=FMT +export TEST_TAR_FORMAT TAR_OPTIONS="-H FMT" export TAR_OPTIONS rm -rf * @@ -35,8 +37,8 @@ $1)],$2,$3,$4,$5,$6)]) m4_define([RE_CHECK],[ AT_DATA([$1.re],[$2]) -awk '{print NR " " $[]0}' $1.re > $[]$.1 -awk '{print NR " " $[]0}' $1 | join $[]$.1 - | +awk '{print NR " " $[]0}' $1 > $[]$.1 +awk '{print NR " " $[]0}' $1.re | join - $[]$.1 | while read NUM RE LINE do echo "$LINE" | grep -- "$RE" >/dev/null || exit 1 @@ -63,8 +65,10 @@ m4_include([version.at]) m4_include([pipe.at]) m4_include([options.at]) +m4_include([options02.at]) m4_include([append.at]) +m4_include([append01.at]) m4_include([delete01.at]) m4_include([delete02.at]) @@ -81,6 +85,7 @@ m4_include([extrac05.at]) m4_include([gzip.at]) m4_include([incremental.at]) +m4_include([incr01.at]) m4_include([ignfail.at]) @@ -90,10 +95,12 @@ m4_include([listed01.at]) m4_include([listed02.at]) m4_include([longv7.at]) +m4_include([long01.at]) m4_include([multiv01.at]) m4_include([multiv02.at]) m4_include([multiv03.at]) +m4_include([multiv04.at]) m4_include([old.at]) @@ -102,12 +109,22 @@ m4_include([recurse.at]) m4_include([same-order01.at]) m4_include([same-order02.at]) +m4_include([shortrec.at]) + m4_include([sparse01.at]) +m4_include([sparse02.at]) +m4_include([sparse03.at]) +m4_include([sparsemv.at]) +m4_include([sparsemvp.at]) + +m4_include([update.at]) m4_include([volume.at]) m4_include([comprec.at]) +m4_include([truncate.at]) + m4_include([star/gtarfail.at]) m4_include([star/gtarfail2.at]) @@ -117,4 +134,3 @@ m4_include([star/ustar-big-2g.at]) m4_include([star/ustar-big-8g.at]) m4_include([star/pax-big-10g.at]) -