]> Dogcows Code - chaz/tar/commitdiff
New test case.
authorSergey Poznyakoff <gray@gnu.org.ua>
Sat, 3 Jan 2004 22:26:58 +0000 (22:26 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sat, 3 Jan 2004 22:26:58 +0000 (22:26 +0000)
tests/recurse.sh [new file with mode: 0755]

diff --git a/tests/recurse.sh b/tests/recurse.sh
new file mode 100755 (executable)
index 0000000..ad18e55
--- /dev/null
@@ -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
This page took 0.0228 seconds and 4 git commands to generate.