New test case.

This commit is contained in:
Sergey Poznyakoff
2004-01-03 22:26:58 +00:00
parent bda7d59010
commit da99cd963d

15
tests/recurse.sh Executable file
View File

@@ -0,0 +1,15 @@
#! /bin/sh
. ./preset
. $srcdir/before
set -e
mkdir directory
touch directory/file
tar --create --file archive --no-recursion directory || exit 1
tar tf archive
out="directory/
"
. $srcdir/after