]> Dogcows Code - chaz/tar/commitdiff
Skip test if ln fails (suppose the OS does not support hard links)
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 21 Oct 2005 18:13:59 +0000 (18:13 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 21 Oct 2005 18:13:59 +0000 (18:13 +0000)
tests/link01.at

index 061e3f256290dfb8e6e8352fadd517db7b0d3e26..fd0fc949774d151c93b3715516c18029e9c9cf5c 100644 (file)
@@ -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.017885 seconds and 4 git commands to generate.