mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-09-19 22:54:15 +00:00
GNU tar 1.12
This commit is contained in:
Executable
+25
@@ -0,0 +1,25 @@
|
|||||||
|
#! /bin/sh
|
||||||
|
# A directory older than the listed entry was skipped completely.
|
||||||
|
|
||||||
|
. ./preset
|
||||||
|
. $srcdir/before
|
||||||
|
|
||||||
|
set -e
|
||||||
|
mkdir structure
|
||||||
|
touch structure/file
|
||||||
|
# FIXME: The sleep is necessary for the second tar to work. Exactly why?
|
||||||
|
sleep 1
|
||||||
|
tar cf archive --listed=list structure
|
||||||
|
tar cfv archive --listed=list structure
|
||||||
|
echo -----
|
||||||
|
touch structure/file
|
||||||
|
tar cfv archive --listed=list structure
|
||||||
|
|
||||||
|
out="\
|
||||||
|
structure/
|
||||||
|
-----
|
||||||
|
structure/
|
||||||
|
structure/file
|
||||||
|
"
|
||||||
|
|
||||||
|
. $srcdir/after
|
||||||
Reference in New Issue
Block a user