]> Dogcows Code - chaz/tar/commitdiff
Initial revision
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Nov 1996 19:22:53 +0000 (19:22 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Nov 1996 19:22:53 +0000 (19:22 +0000)
tests/append.sh [new file with mode: 0755]

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