Lines Matching full:first

67 states="equal first second difftype difflinks difffiles"
89 # Note that if the old and new files are identical (so first
114 # /equal/first/first: The file is missing from the test
117 mkfifo $i/equal/first/first/fifo
118 echo "foo" > $i/equal/first/first/file
119 mkdir $i/equal/first/first/dir
120 ln -s "bar" $i/equal/first/first/link
146 # /first/equal/second: Remove unmodified files. The files
149 mkfifo $i/first/equal/second/fifo
150 echo "foo" > $i/first/equal/second/file
151 mkdir $i/first/equal/second/emptydir
152 ln -s "bar" $i/first/equal/second/link
153 mkdir $i/first/equal/second/fulldir
154 echo "foo" > $i/first/equal/second/fulldir/file
157 # /first/equal/*: Cannot occur. If the file is missing from
160 # /first/first/equal: Removed files are already removed.
162 mkfifo $OLD/first/first/equal/fifo
163 echo "foo" > $OLD/first/first/equal/file
164 mkdir $OLD/first/first/equal/dir
165 ln -s "bar" $OLD/first/first/equal/link
167 # /first/first/*: Cannot occur. The files are missing from
170 # /first/second/*: Cannot happen, if the file is in old for
173 # /first/difftype/second: File with different local type
175 mkfifo $OLD/first/difftype/second/fifo
176 mkdir $TEST/first/difftype/second/fifo
178 # /first/difftype/*: Cannot happen since the file is missing
181 # /first/difflinks/second: Modified link removed. Should
183 ln -s "old link" $OLD/first/difflinks/second/link
184 ln -s "test link" $TEST/first/difflinks/second/link
186 # /first/difflinks/*: Cannot happen since the file is missing
189 # /first/difffiles/second: Modified file removed. Should
191 echo "foo" > $OLD/first/difffiles/second/file
192 echo "bar" > $TEST/first/difffiles/second/file
194 # /first/difffiles/*: Cannot happen since the file is missing
197 # /second/equal/first: Added a new file that isn't present in
199 echo "bar" > $NEW/second/equal/first/file
200 mkfifo $NEW/second/equal/first/fifo
201 ln -s "new" $NEW/second/equal/first/link
202 mkdir $NEW/second/equal/first/emptydir
203 mkdir $NEW/second/equal/first/fulldir
204 echo "foo" > $NEW/second/equal/first/fulldir/file
209 # /second/first/*: Cannot happen since the file is missing
222 # /second/second/first: Cannot happen. The file is in dest in
226 # the first test, so it can't be missing from the third test.
270 # /difftype/first/first: A removed file has changed type.
272 mkfifo $OLD/difftype/first/first/fifo
273 mkdir $NEW/difftype/first/first/fifo
275 # /difftype/first/*: Cannot happen. Since the new file exists
276 # and the dest file is missing, the last test must be 'first'.
279 # the first test, so it cannot be missing in the second test.
291 # /difftype/difftype/first: Cannot happen. The dest file
295 # exists in the first test.
333 # /difflinks/first/first: A modified link is missing in the
335 ln -s "old" $OLD/difflinks/first/first/link
336 ln -s "new" $NEW/difflinks/first/first/link
338 # /difflinks/first/*: Cannot happen. Since the test file is
343 # in the first test, so it cannot be missing in the second
373 # links from the first two tests, so the third test can only
377 # link in the first test, so it cannot be a regular file in
392 # /difffiles/first/first: A removed file has been changed in
394 echo "foo" > $OLD/difffiles/first/first/file
395 echo "bar" > $NEW/difffiles/first/first/file
397 # /difffiles/first/*: Cannot happen. The new file is a
398 # regular file from the first test and the test file is
400 # 'first'.
403 # in the first test, so it must be present in the second test.
413 # to be a regular file from the first test, and the test file
418 # to be a regular file from the first test, so it cannot be a
456 # /difffiles/difffiles/*: Cannot happen. From the first three
759 ## /equal/first/first:
760 missing /equal/first/first/fifo
761 missing /equal/first/first/file
762 missing /equal/first/first/dir
763 missing /equal/first/first/link
775 ## /first/equal/second:
776 missing /first/equal/second/fifo
777 missing /first/equal/second/file
778 missing /first/equal/second/emptydir
779 missing /first/equal/second/link
780 missing /first/equal/second/fulldir
782 ## /first/first/equal:
783 missing /first/first/equal/fifo
784 missing /first/first/equal/file
785 missing /first/first/equal/dir
786 missing /first/first/equal/link
788 ## /first/difftype/second:
789 present /first/difftype/second/fifo
791 ## /first/difflinks/second:
792 link /first/difflinks/second/link "test link"
794 ## /first/difffiles/second:
795 file /first/difffiles/second/file "bar"
797 ## /second/equal/first:
798 file /second/equal/first/file "bar"
799 fifo /second/equal/first/fifo
800 link /second/equal/first/link "new"
801 missing /second/equal/first/emptydir
802 file /second/equal/first/fulldir/file "foo"
825 ## /difftype/first/first:
826 missing /difftype/first/first/fifo
846 ## /difflinks/first/first:
847 missing /difflinks/first/first/link
861 ## /difffiles/first/first:
862 missing /difffiles/first/first/file
948 D /first/equal/second/fifo
949 D /first/equal/second/file
950 D /first/equal/second/fulldir/file
951 D /first/equal/second/link
955 D /first/equal/second/fulldir
956 D /first/equal/second/emptydir
973 A /second/equal/first/fifo
974 A /second/equal/first/file
975 A /second/equal/first/fulldir/file
976 A /second/equal/first/link
980 Modified regular file remains: /first/difffiles/second/file
981 Modified symbolic link remains: /first/difflinks/second/link
982 Modified directory remains: /first/difftype/second/fifo
987 Removed file changed: /difffiles/first/first/file
990 Removed link changed: /difflinks/first/first/link ("old" became "new")
994 Remove mismatch: /difftype/first/first/fifo (fifo file became directory)