mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-04-27 11:55:19 +00:00
Initial revision
This commit is contained in:
13
tests/extrac01.sh
Executable file
13
tests/extrac01.sh
Executable 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
|
||||
Reference in New Issue
Block a user