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