1 # Process this file with autom4te to create testsuite. -*- Autotest -*-
3 # Test suite for GNU tar.
4 # Copyright (C) 2009 Free Software Foundation, Inc.
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3, or (at your option)
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software
18 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
21 # When creating archives, tar 1.22 did not apply the --transform option
24 # Reported by: Jose Miguel Goncalves <jose.goncalves@inov.pt>
26 # <4A436D1D.4040408@inov.pt>
27 # http://lists.gnu.org/archive/html/bug-tar/2009-06/msg00017.html
30 AT_SETUP([transforming hard links on create])
31 AT_KEYWORDS([transform xform xform-h])
35 tar cf archive --transform="s,^basedir/,,$2" basedir
36 tar tvf archive | sed -n 's/.*test_link link to //p'
41 echo "hello" > basedir/test
42 ln basedir/test basedir/test_link
44 xform(Default transform scope)
45 xform(Transforming hard links,h)
46 xform(Not transforming hard links,H)
49 [Default transform scope
51 Transforming hard links
53 Not transforming hard links