]> Dogcows Code - chaz/tar/blobdiff - tests/link01.at
* tests/atlocal.in (PATH): Add build-aux from the source tree,
[chaz/tar] / tests / link01.at
index b87d604f406128d76ed8c9198b27f72c026f818e..fd0fc949774d151c93b3715516c18029e9c9cf5c 100644 (file)
@@ -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
 
This page took 0.020276 seconds and 4 git commands to generate.