/[tar]/tar/tests/extrac04.sh
ViewVC logotype

Diff of /tar/tests/extrac04.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by eggert, Mon Aug 27 17:32:44 2001 UTC revision 1.3 by gray, Thu Nov 13 22:27:56 2003 UTC
# Line 14  touch directory/subdirectory/file1 Line 14  touch directory/subdirectory/file1
14  touch directory/subdirectory/file2  touch directory/subdirectory/file2
15  tar -cf archive ./file1 directory  tar -cf archive ./file1 directory
16  tar -tf archive \  tar -tf archive \
17    --exclude='./*1' \    --exclude='*1' \
18    --exclude='d*/*1' \    --exclude='d*/*1' \
19    --exclude='d*/s*/*2' | sort    --exclude='d*/s*/*2' | sort
20    
# Line 24  directory/file2 Line 24  directory/file2
24  directory/subdirectory/  directory/subdirectory/
25  "  "
26    
27    err="tar: Removing leading \`./' from member names
28    "
29    
30  . $srcdir/after  . $srcdir/after

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26