Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 67023
Collapse All | Expand All

(-)tests/listed02.sh (-4 / +7 lines)
Lines 69-75 Link Here
69
echo Extracting main archive
69
echo Extracting main archive
70
tar -x -v --listed-incremental=tart.incr1 -f archive.1
70
tar -x -v --listed-incremental=tart.incr1 -f archive.1
71
echo Extracting incremental archive
71
echo Extracting incremental archive
72
tar -x -v --listed-incremental=tart.incr2 -f archive.2
72
# This command should produce three messages about deletion
73
# of the existing files, that may appear in any order. Piping
74
# to sort makes sure we don't depend on any particular ordering.
75
tar -x -v --listed-incremental=tart.incr2 -f archive.2 | sort
73
76
74
echo Final files:
77
echo Final files:
75
find tart|sort
78
find tart|sort
Lines 120-132 Link Here
120
tart/c1/ca1
123
tart/c1/ca1
121
tart/c1/ca2
124
tart/c1/ca2
122
Extracting incremental archive
125
Extracting incremental archive
123
tart/
124
tar: Deleting \`tart/c1'
125
tar: Deleting \`tart/a1'
126
tar: Deleting \`tart/a1'
126
tar: Deleting \`tart/b1'
127
tar: Deleting \`tart/b1'
128
tar: Deleting \`tart/c1'
129
tart/
130
tart/b2
127
tart/c0/
131
tart/c0/
128
tart/c2/
132
tart/c2/
129
tart/b2
130
tart/c2/ca1
133
tart/c2/ca1
131
tart/c2/ca2
134
tart/c2/ca2
132
tart/c2/ca3
135
tart/c2/ca3

Return to bug 67023