]> Dogcows Code - chaz/tar/blobdiff - tests/testsuite.at
Add update.at
[chaz/tar] / tests / testsuite.at
index fe1921bbf1c8941e8d6a630b3dd9fa711a8462a3..5459a47d2b834b6c6cd806b4d5b66aa94fd2e002 100644 (file)
@@ -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])
@@ -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])
@@ -96,6 +97,7 @@ m4_include([long01.at])
 m4_include([multiv01.at])
 m4_include([multiv02.at])
 m4_include([multiv03.at])
+m4_include([multiv04.at])
 
 m4_include([old.at])
 
@@ -104,12 +106,19 @@ 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([update.at])
 
 m4_include([volume.at])
 
 m4_include([comprec.at])
 
+m4_include([truncate.at])
+
 m4_include([star/gtarfail.at])
 m4_include([star/gtarfail2.at])
 
@@ -119,4 +128,3 @@ m4_include([star/ustar-big-2g.at])
 m4_include([star/ustar-big-8g.at])
 
 m4_include([star/pax-big-10g.at])
-
This page took 0.023057 seconds and 4 git commands to generate.