]> Dogcows Code - chaz/tar/blob - tests/old.sh
(decode_options): ERROR ((TAREXIT_FAILURE, ... -> FATAL_ERROR ((0,
[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.031872 seconds and 4 git commands to generate.