Browse Source

(AT_STAR_PREREQ): Provide md5 sum.

Sergey Poznyakoff 19 years ago
parent
commit
4883aab47d

+ 1 - 1
tests/star/README

@@ -1,5 +1,5 @@
 This directory contains scripts for testing GNU tar using
-star "test archives". The archives themselves may be obtained
+star "test archives". The archives themselves can be obtained
 from http://download.berlios.de/pub/star/testscripts.
 
 The tests are ignored unless environment variable STAR_TESTSCRIPTS

+ 3 - 3
tests/star/gtarfail.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, 2006 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
@@ -19,12 +19,12 @@
 # 02110-1301, USA.
 
 AT_SETUP([gtarfail])
-AT_KEYWORDS([gtarfail])
+AT_KEYWORDS([star gtarfail])
 
 unset TAR_OPTIONS
 
 AT_CHECK([
-AT_STAR_PREREQ([gtarfail.tar])
+AT_STAR_PREREQ([gtarfail.tar],[bf7612e401aaa679edbb07ae1183811b])
 
 tar --utc -tvf $STAR_TESTSCRIPTS/gtarfail.tar
 ],

+ 3 - 3
tests/star/gtarfail2.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, 2006 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
@@ -19,12 +19,12 @@
 # 02110-1301, USA.
 
 AT_SETUP([gtarfail2])
-AT_KEYWORDS([gtarfail2])
+AT_KEYWORDS([star gtarfail2])
 
 unset TAR_OPTIONS
 
 AT_CHECK([
-AT_STAR_PREREQ([gtarfail2.tar])
+AT_STAR_PREREQ([gtarfail2.tar],[6b607d1faec14b82f69525d9c5b66e53])
 tar --utc -tvf $STAR_TESTSCRIPTS/gtarfail2.tar
 ],
 [0],

+ 4 - 4
tests/star/multi-fail.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, 2006 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
@@ -19,13 +19,13 @@
 # 02110-1301, USA.
 
 AT_SETUP([multi-fail])
-AT_KEYWORDS([multivolume multiv multi-fail])
+AT_KEYWORDS([star multivolume multiv multi-fail])
 
 unset TAR_OPTIONS
 
 AT_CHECK([
-AT_STAR_PREREQ([gnu-multi-fail-volume1.gtar])
-AT_STAR_PREREQ([gnu-multi-fail-volume2.gtar])
+AT_STAR_PREREQ([gnu-multi-fail-volume1.gtar],[7c28663dd98b0bd91ceb4be7af55254e])
+AT_STAR_PREREQ([gnu-multi-fail-volume2.gtar],[b5d41c4c3ec440687d4a44957b5079a8])
 
 tar --utc -tvM -f $STAR_TESTSCRIPTS/gnu-multi-fail-volume1.gtar \
                -f $STAR_TESTSCRIPTS/gnu-multi-fail-volume2.gtar <&-

+ 3 - 3
tests/star/pax-big-10g.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, 2006 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
@@ -19,13 +19,13 @@
 # 02110-1301, USA.
 
 AT_SETUP([pax-big-10g])
-AT_KEYWORDS([pax-big-10g])
+AT_KEYWORDS([star pax-big-10g])
 
 unset TAR_OPTIONS
 
 AT_CHECK([
 AT_GZIP_PREREQ([bzip2])
-AT_STAR_PREREQ([pax-big-10g.tar.bz2])
+AT_STAR_PREREQ([pax-big-10g.tar.bz2],[ca15c23acc8d8bb1f27e60113a5f8bff])
 
 tar --utc -tvjf $STAR_TESTSCRIPTS/pax-big-10g.tar.bz2
 ],

+ 3 - 3
tests/star/ustar-big-2g.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, 2006 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
@@ -19,13 +19,13 @@
 # 02110-1301, USA.
 
 AT_SETUP([ustar-big-2g])
-AT_KEYWORDS([ustar-big-2g])
+AT_KEYWORDS([star ustar-big-2g])
 
 unset TAR_OPTIONS
 
 AT_CHECK([
 AT_GZIP_PREREQ([bzip2])
-AT_STAR_PREREQ([ustar-big-2g.tar.bz2])
+AT_STAR_PREREQ([ustar-big-2g.tar.bz2],[b63979733629c8fcdf40b60065422767])
 
 tar --utc -tvjf $STAR_TESTSCRIPTS/ustar-big-2g.tar.bz2
 ],

+ 3 - 3
tests/star/ustar-big-8g.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, 2006 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
@@ -19,13 +19,13 @@
 # 02110-1301, USA.
 
 AT_SETUP([ustar-big-8g])
-AT_KEYWORDS([ustar-big-8g])
+AT_KEYWORDS([star ustar-big-8g])
 
 unset TAR_OPTIONS
 
 AT_CHECK([
 AT_GZIP_PREREQ([bzip2])
-AT_STAR_PREREQ([ustar-big-8g.tar.bz2])
+AT_STAR_PREREQ([ustar-big-8g.tar.bz2],[60ff503fa4b8288bef7ada89e9c91b0f])
 
 tar --utc -tvjf $STAR_TESTSCRIPTS/ustar-big-8g.tar.bz2
 ],