]>
Dogcows Code - chaz/tar/blob - tests/volume.sh
2 # Volume labels are checked on read by fnmatch.
7 tar cfVT archive label
/dev
/null
|| exit 1
9 tar xfV archive label
|| exit 1
10 tar xfV archive
'la?el' || exit 1
11 tar xfV archive
'l*l' || exit 1
25 tar: Volume \`label' does not match \`lab'
26 tar: Error is not recoverable: exiting now
28 tar: Volume \`label' does not match \`bel'
29 tar: Error is not recoverable: exiting now
31 tar: Volume \`label' does not match \`babel'
32 tar: Error is not recoverable: exiting now
This page took 0.035203 seconds and 5 git commands to generate.