]>
Dogcows Code - chaz/tar/blob - tests/before
2 # Do common operations before a particular test.
5 0) TAR_ARCHIVE_FORMATS
="${TAR_ARCHIVE_FORMATS:-v7 oldgnu ustar posix gnu}"
6 for format
in $TAR_ARCHIVE_FORMATS
10 test $R -eq 0 || exit $R
13 1) if test "x$1" = xauto
; then
16 TAR_OPTIONS
="--format=$1"
18 *) echo "Too many arguments" >&2
30 echo "$0 $1" > checking
This page took 0.046205 seconds and 5 git commands to generate.