]> Dogcows Code - chaz/tar/blob - tests/extrac01.sh
9344cc465bb87fe19378cff191f60372ce4cacb0
[chaz/tar] / tests / extrac01.sh
1 #! /bin/sh
2 # There was a diagnostic when directory already exists.
3
4 . ./preset
5 . $srcdir/before
6
7 set -e
8 mkdir directory
9 touch directory/file
10 tar cf archive directory || exit 1
11 tar xf archive || exit 1
12
13 . $srcdir/after
This page took 0.035109 seconds and 3 git commands to generate.