From 9ef42b4fc0cb471531b8c8e07652b62fdb5e3c85 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 22 Nov 1996 19:22:53 +0000 Subject: [PATCH] Initial revision --- tests/append.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 tests/append.sh diff --git a/tests/append.sh b/tests/append.sh new file mode 100755 index 0000000..af90f04 --- /dev/null +++ b/tests/append.sh @@ -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 -- 2.45.2