X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=tests%2Ftestsuite.at;h=4675ad12e1485b82d89860ff6873615c75f5f8e4;hb=eaa66dc8589afbd79b6fe63face604ec0b9c167a;hp=82f33f890491bb4d4b68d0a03e9b15c2debab1af;hpb=85d8f1d2a29cac1b9ac51fb0d99c95b5a2b448cd;p=chaz%2Ftar diff --git a/tests/testsuite.at b/tests/testsuite.at index 82f33f8..4675ad1 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 @@ -35,8 +35,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 @@ -66,6 +66,7 @@ m4_include([options.at]) m4_include([options02.at]) m4_include([append.at]) +m4_include([append01.at]) m4_include([delete01.at]) m4_include([delete02.at]) @@ -91,6 +92,7 @@ m4_include([listed01.at]) m4_include([listed02.at]) m4_include([longv7.at]) +m4_include([long01.at]) m4_include([multiv01.at]) m4_include([multiv02.at]) @@ -104,6 +106,7 @@ m4_include([same-order01.at]) m4_include([same-order02.at]) m4_include([sparse01.at]) +m4_include([sparse02.at]) m4_include([volume.at]) @@ -118,4 +121,3 @@ m4_include([star/ustar-big-2g.at]) m4_include([star/ustar-big-8g.at]) m4_include([star/pax-big-10g.at]) -