]> Dogcows Code - chaz/tar/blob - tests/options.sh
Drop en_GB locale; it was more trouble than it was worth (e.g., different
[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.032172 seconds and 4 git commands to generate.