]> Dogcows Code - chaz/tar/blobdiff - tests/sparse01.at
Include extrac06.at
[chaz/tar] / tests / sparse01.at
index 03adc573c7c2f31e90b80a2e68fc78ff0b6d3ef4..e4aa0a534a9caf8315d2d2ae0aa33c1be6184e2f 100644 (file)
 
 # 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.
 
-AT_SETUP([sparse01])
-AT_KEYWORDS([sparse01])
+AT_SETUP([sparse files])
+AT_KEYWORDS([sparse sparse01])
 
 AT_TAR_CHECK([
 genfile --length 1000 > begin
@@ -29,16 +29,23 @@ tar -c -f archive --sparse begin sparsefile end || exit 1
 echo separator
 
 tar tfv archive
+echo separator
+mkdir directory
+tar Cxf directory archive
+genfile --stat=name,size sparsefile
+cmp sparsefile directory/sparsefile
 ],
 [0],
 [stdout],
-[],[],[],[gnu, oldgnu])
+[],[],[],[posix, gnu, oldgnu])
 
 RE_CHECK([stdout],
 [separator
 -rw-r--r-- [^ ][^ ]*  *1000 [0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9] [0-9][0-9]:[0-9][0-9] begin
--rw-r--r-- [^ ][^ ]*  *10344448[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9] [0-9][0-9]:[0-9][0-9] sparsefile
+-rw-r--r-- [^ ][^ ]*  *10344448 [0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9] [0-9][0-9]:[0-9][0-9] sparsefile
 -rw-r--r-- [^ ][^ ]*  *1000 [0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9] [0-9][0-9]:[0-9][0-9] end
+separator
+sparsefile 10344448
 ])
 
 AT_CLEANUP
This page took 0.023761 seconds and 4 git commands to generate.