]> Dogcows Code - chaz/tar/blobdiff - tests/link02.at
Minor fixes in the testsuite.
[chaz/tar] / tests / link02.at
index 756d48fa8c07e0c4d64ac3aa32953fd4f1906411..a557de08ad32d4099e6dfd88d5d1c46b8df8a526 100644 (file)
@@ -34,9 +34,9 @@ AT_KEYWORDS([hardlinks link02])
 
 AT_TAR_CHECK([
 genfile -l 64 -f file1
-link file1 file2
-link file2 file3
-link file3 file4
+ln file1 file2
+ln file2 file3
+ln file3 file4
 tar -c -f archive --remove-files file1 file2 file3 file4
 tar tfv archive | sed -n 's/.*file[[2-4]] link to //p'
 ],
This page took 0.023001 seconds and 4 git commands to generate.