]> Dogcows Code - chaz/tar/blobdiff - tests/link03.at
tar: quote 'like this', not `like this'
[chaz/tar] / tests / link03.at
index af5b97c5b988f2ab092626b917d2293d5e4dff19..601884448465cd11c08590d2a49274b1b0e3d9df 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([
@@ -48,9 +48,7 @@ testing archive.2
 file1
 file1
 ],
-[tar: Missing links to `file1'.
+[tar: Missing links to 'file1'.
 ])
 
 AT_CLEANUP
-
-
This page took 0.021487 seconds and 4 git commands to generate.