From: Sergey Poznyakoff Date: Fri, 21 Oct 2005 18:13:59 +0000 (+0000) Subject: Skip test if ln fails (suppose the OS does not support hard links) X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=3ae9e5118154f73ab11cbd98172e6bed058b5f1f;hp=7a246ab6026402fe68dd6242fa6ccef3fa79bfd1;p=chaz%2Ftar Skip test if ln fails (suppose the OS does not support hard links) --- diff --git a/tests/link01.at b/tests/link01.at index 061e3f2..fd0fc94 100644 --- a/tests/link01.at +++ b/tests/link01.at @@ -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