]> Dogcows Code - chaz/tar/blob - tests/recurse.sh
ad18e55aa06c5903e32c0fc444c5b6f37cd1545a
[chaz/tar] / tests / recurse.sh
1 #! /bin/sh
2
3 . ./preset
4 . $srcdir/before
5
6 set -e
7 mkdir directory
8 touch directory/file
9 tar --create --file archive --no-recursion directory || exit 1
10 tar tf archive
11
12 out="directory/
13 "
14
15 . $srcdir/after
This page took 0.037137 seconds and 3 git commands to generate.