]> Dogcows Code - chaz/tar/blobdiff - tests/link03.at
Minor fixes in the testsuite.
[chaz/tar] / tests / link03.at
index af5b97c5b988f2ab092626b917d2293d5e4dff19..b3f42b1f82d6d73d5c82259293c455537eea4cf9 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([
This page took 0.019967 seconds and 4 git commands to generate.