]> git.cworth.org Git - tar/blobdiff - tests/link03.at
Imported Upstream version 1.24
[tar] / tests / link03.at
index af5b97c5b988f2ab092626b917d2293d5e4dff19..30272bf1171122cdc783bf08e00fb91fb469e87c 100644 (file)
@@ -26,9 +26,9 @@ AT_KEYWORDS([hardlinks link03])
 
 m4_define([create_files],[
 genfile -l 64 -f file1
-link file1 file2
-link file2 file3
-link file3 file4
+ln file1 file2
+ln file2 file3
+ln file3 file4
 ])
 
 AT_TAR_CHECK([
@@ -52,5 +52,3 @@ file1
 ])
 
 AT_CLEANUP
-
-