]> Dogcows Code - chaz/tar/blob - tests/old.sh
Drop en_GB locale; it was more trouble than it was worth (e.g., different
[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.036138 seconds and 4 git commands to generate.