Initial revision

This commit is contained in:
Paul Eggert
1996-11-22 19:20:31 +00:00
parent db4675cf6e
commit d7010d945a

13
tests/extrac01.sh Executable file
View File

@@ -0,0 +1,13 @@
#! /bin/sh
# There was a diagnostic when directory already exists.
. ./preset
. $srcdir/before
set -e
mkdir directory
touch directory/file
tar cf archive directory || exit 1
tar xf archive || exit 1
. $srcdir/after