]> Dogcows Code - chaz/tar/blob - tests/append.sh
obstack is autodetermined...
[chaz/tar] / tests / append.sh
1 #! /bin/sh
2 # Append was just not working.
3
4 . ./preset
5 . $srcdir/before
6
7 set -e
8 touch file1
9 touch file2
10 tar cf archive file1
11 tar rf archive file2
12 tar tf archive
13
14 out="\
15 file1
16 file2
17 "
18
19 . $srcdir/after
This page took 0.032312 seconds and 4 git commands to generate.