]> Dogcows Code - chaz/tar/blob - tests/extrac01.sh
Remove some lint caught by gcc -Wall -W, etc.
[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.031538 seconds and 4 git commands to generate.