diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-28 23:34:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-28 23:34:25 +0000 |
commit | e373030d92ddca13e3d2253bf13353e1300a614e (patch) | |
tree | 587bf9bdb40ae820fd7a0ed84b28037fae909b96 /app-arch | |
parent | adding pyste local use flag for boost (diff) | |
download | historical-e373030d92ddca13e3d2253bf13353e1300a614e.tar.gz historical-e373030d92ddca13e3d2253bf13353e1300a614e.tar.bz2 historical-e373030d92ddca13e3d2253bf13353e1300a614e.zip |
update tests too to match new behavior #90742
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/tar/Manifest | 2 | ||||
-rw-r--r-- | app-arch/tar/files/tar-1.15.1-dont-abort-long-names.patch | 24 |
2 files changed, 25 insertions, 1 deletions
diff --git a/app-arch/tar/Manifest b/app-arch/tar/Manifest index f4d90ddc8ce3..521f184742e1 100644 --- a/app-arch/tar/Manifest +++ b/app-arch/tar/Manifest @@ -7,4 +7,4 @@ MD5 a1433bcc25f8f63d8ee96bddbf877962 files/1.15.1-flex-arg.patch 519 MD5 c94df05539a43d66c055452ef5acfb3b files/tar.1 12154 MD5 e7c9ac5824e453f73a56032123c46f97 files/digest-tar-1.14 62 MD5 971970980dc4f15a093acfe810dae560 files/tar-1.15.1-gcc4-test.patch 637 -MD5 4ba57b9490ec07c16c7940506ca29717 files/tar-1.15.1-dont-abort-long-names.patch 951 +MD5 6c645ac1da5d382a9f7ca85729b7e9e9 files/tar-1.15.1-dont-abort-long-names.patch 1586 diff --git a/app-arch/tar/files/tar-1.15.1-dont-abort-long-names.patch b/app-arch/tar/files/tar-1.15.1-dont-abort-long-names.patch index 156067256ace..9277aa55581b 100644 --- a/app-arch/tar/files/tar-1.15.1-dont-abort-long-names.patch +++ b/app-arch/tar/files/tar-1.15.1-dont-abort-long-names.patch @@ -5,6 +5,9 @@ reporting and tracking this down ! http://lists.gnu.org/archive/html/bug-tar/2005-04/msg00012.html http://bugs.gentoo.org/show_bug.cgi?id=87540 +Benno Schulenberg says to update tests too: +http://bugs.gentoo.org/show_bug.cgi?id=90742 + Index: src/buffer.c =================================================================== RCS file: /cvsroot/tar/tar/src/buffer.c,v @@ -24,3 +27,24 @@ diff -u -r1.81 -r1.82 quotearg_colon (real_s_name))); memset (record_start, 0, BLOCKSIZE); +--- tests/multiv03.at ++++ tests/multiv03.at +@@ -33,8 +33,7 @@ + BFILE=`awk 'BEGIN { for (i = 0; i < 101; i++) printf "b"; exit; }'` + + cat > ../experr <<EOF +-tar: $BFILE: file name too long to be stored in a GNU multivolume header +-tar: Error is not recoverable: exiting now ++tar: $BFILE: file name too long to be stored in a GNU multivolume header, truncated + EOF + + cat > ../expout <<EOF +@@ -52,7 +51,7 @@ + genfile --length 15360 > $BFILE + tar -M -L 10 -c -f arch.1 -f arch.2 $BFILE + ], +-[2], ++[0], + [expout], + [experr], + [],[],[gnu, oldgnu]) |