X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Flink01.at;h=fd0fc949774d151c93b3715516c18029e9c9cf5c;hb=92554b7c94acfcb18c0ae2b36e3a96c20453a47e;hp=b87d604f406128d76ed8c9198b27f72c026f818e;hpb=35cae74c4cae8e59c84e215c493e5a032dbe4e15;p=chaz%2Ftar diff --git a/tests/link01.at b/tests/link01.at index b87d604..fd0fc94 100644 --- a/tests/link01.at +++ b/tests/link01.at @@ -15,8 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. # Problem: If a member with link count > 2 was stored in the archive twice, # previous versions of tar were not able to extract it, since they @@ -39,7 +39,7 @@ mkdir directory/test1 mkdir directory/test2 echo TEST > directory/test1/test.txt -ln directory/test1/test.txt directory/test2/test.txt +ln directory/test1/test.txt directory/test2/test.txt || AT_SKIP_TEST tar cf archive directory/test1/test.txt directory/test1/test.txt