]> Dogcows Code - chaz/tar/blob - tests/delete01.sh
Drop en_GB locale; it was more trouble than it was worth (e.g., different
[chaz/tar] / tests / delete01.sh
1 #! /bin/sh
2 # Deleting a member after a big one was destroying the archive.
3
4 . ./preset
5 . $srcdir/before
6
7 set -e
8 genfile -l 50000 > file1
9 genfile -l 1024 > file2
10 tar cf archive file1 file2
11 tar f archive --delete file2
12 tar tf archive
13
14 out="\
15 file1
16 "
17
18 . $srcdir/after
This page took 0.034939 seconds and 4 git commands to generate.