Initial revision

This commit is contained in:
Paul Eggert
1997-04-22 05:59:41 +00:00
parent 768c69b838
commit c782efa45f

18
tests/delete01.sh Executable file
View File

@@ -0,0 +1,18 @@
#! /bin/sh
# Deleting a member after a big one was destroying the archive.
. ./preset
. $srcdir/before
set -e
genfile -l 50000 > file1
genfile -l 1024 > file2
tar cf archive file1 file2
tar f archive --delete file2
tar tf archive
out="\
file1
"
. $srcdir/after