From 9a8d02b02f4e9fc568b98cd9c97003bb27dd736c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 11 Oct 2004 19:55:27 +0000 Subject: latest tar needs fixes from cvs --- package/tar/tar-tests.patch | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 package/tar/tar-tests.patch (limited to 'package/tar/tar-tests.patch') diff --git a/package/tar/tar-tests.patch b/package/tar/tar-tests.patch new file mode 100644 index 000000000..2483e78d9 --- /dev/null +++ b/package/tar/tar-tests.patch @@ -0,0 +1,31 @@ +--- tar.broke/tests/listed02.sh 2004-10-11 00:39:45.443303624 +0200 ++++ tar/tests/listed02.sh 2004-10-11 00:38:02.566943208 +0200 +@@ -69,7 +69,10 @@ + echo Extracting main archive + tar -x -v --listed-incremental=tart.incr1 -f archive.1 + echo Extracting incremental archive +-tar -x -v --listed-incremental=tart.incr2 -f archive.2 ++# This command should produce three messages about deletion ++# of the existing files, that may appear in any order. Piping ++# to sort makes sure we don't depend on any particular ordering. ++tar -x -v --listed-incremental=tart.incr2 -f archive.2 | sort + + echo Final files: + find tart|sort +@@ -120,13 +123,13 @@ + tart/c1/ca1 + tart/c1/ca2 + Extracting incremental archive +-tart/ +-tar: Deleting \`tart/c1' + tar: Deleting \`tart/a1' + tar: Deleting \`tart/b1' ++tar: Deleting \`tart/c1' ++tart/ ++tart/b2 + tart/c0/ + tart/c2/ +-tart/b2 + tart/c2/ca1 + tart/c2/ca2 + tart/c2/ca3 -- cgit v1.2.3-55-g7522