]> Dogcows Code - chaz/tar/commitdiff
tar: add comment to link04.at test
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 24 Aug 2010 15:17:21 +0000 (08:17 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 24 Aug 2010 15:18:37 +0000 (08:18 -0700)
* tests/link04.at: Add explanatory comment at head.

tests/link04.at

index a950476b66a981ff96fc04dda73b5e6bc589e551..2c6045ee9389faa6ccda14f60bf123b9cf3f6fca 100644 (file)
 
 # written by Paul Eggert
 
+# Make sure that tar -c correctly handles the case where a file is
+# encountered multiple times, even though it has a link count of 1.
+# This can occur when "tar -c FOO FOO" is used; it can also occur when
+# "tar -ch FOO" is used, if FOO contains symbolic links that point to
+# the same file.
+
 AT_SETUP([link count is 1 but multiple occurrences])
 AT_KEYWORDS([hardlinks link04])
 
This page took 0.021407 seconds and 4 git commands to generate.