]> Dogcows Code - chaz/tar/blobdiff - tests/testsuite.at
Test extracting sparse files over a pipe.
[chaz/tar] / tests / testsuite.at
index 82f33f890491bb4d4b68d0a03e9b15c2debab1af..4252120151567a9aac5af0174f68fbe4e958e549 100644 (file)
@@ -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
@@ -91,6 +91,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])
@@ -118,4 +119,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.025279 seconds and 4 git commands to generate.