Initial revision

This commit is contained in:
Paul Eggert
1996-11-22 19:22:53 +00:00
parent d7010d945a
commit 9ef42b4fc0

19
tests/append.sh Executable file
View File

@@ -0,0 +1,19 @@
#! /bin/sh
# Append was just not working.
. ./preset
. $srcdir/before
set -e
touch file1
touch file2
tar cf archive file1
tar rf archive file2
tar tf archive
out="\
file1
file2
"
. $srcdir/after