]> Dogcows Code - chaz/tar/blob - tests/old.sh
Fix Debian bug 230872, originally reported by Jeff King in
[chaz/tar] / tests / old.sh
1 #! /bin/sh
2 # An old archive was not receiving directories.
3
4 . ./preset
5 . $srcdir/before
6
7 set -e
8 mkdir directory
9 tar cfvo archive directory
10 tar tf archive
11
12 out="\
13 directory/
14 directory/
15 "
16
17 . $srcdir/after
This page took 0.03327 seconds and 4 git commands to generate.