]> Dogcows Code - chaz/tar/blob - tests/options.sh
118cd19945a010367636ec7c687f51941608f058
[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.035159 seconds and 3 git commands to generate.