]> Dogcows Code - chaz/tar/blob - tests/options.sh
Accomodate for the new testsuite logic
[chaz/tar] / tests / options.sh
1 #! /bin/sh
2 # Ensure that TAR_OPTIONS works in conjunction with old-style options.
3
4 . ./preset
5 TAR_ARCHIVE_FORMATS=auto
6 . $srcdir/before
7
8 set -e
9 echo > file1
10 TAR_OPTIONS=--numeric-owner tar chof archive file1
11 tar tf archive
12
13 out="\
14 file1
15 "
16
17 . $srcdir/after
This page took 0.035214 seconds and 5 git commands to generate.