Lines Matching refs:first

68 states="equal first second difftype difflinks difffiles"
90 # Note that if the old and new files are identical (so first
115 # /equal/first/first: The file is missing from the test
118 mkfifo $i/equal/first/first/fifo
119 echo "foo" > $i/equal/first/first/file
120 mkdir $i/equal/first/first/dir
121 ln -s "bar" $i/equal/first/first/link
147 # /first/equal/second: Remove unmodified files. The files
150 mkfifo $i/first/equal/second/fifo
151 echo "foo" > $i/first/equal/second/file
152 mkdir $i/first/equal/second/emptydir
153 ln -s "bar" $i/first/equal/second/link
154 mkdir $i/first/equal/second/fulldir
155 echo "foo" > $i/first/equal/second/fulldir/file
158 # /first/equal/*: Cannot occur. If the file is missing from
161 # /first/first/equal: Removed files are already removed.
163 mkfifo $OLD/first/first/equal/fifo
164 echo "foo" > $OLD/first/first/equal/file
165 mkdir $OLD/first/first/equal/dir
166 ln -s "bar" $OLD/first/first/equal/link
168 # /first/first/*: Cannot occur. The files are missing from
171 # /first/second/*: Cannot happen, if the file is in old for
174 # /first/difftype/second: File with different local type
176 mkfifo $OLD/first/difftype/second/fifo
177 mkdir $TEST/first/difftype/second/fifo
179 # /first/difftype/*: Cannot happen since the file is missing
182 # /first/difflinks/second: Modified link removed. Should
184 ln -s "old link" $OLD/first/difflinks/second/link
185 ln -s "test link" $TEST/first/difflinks/second/link
187 # /first/difflinks/*: Cannot happen since the file is missing
190 # /first/difffiles/second: Modified file removed. Should
192 echo "foo" > $OLD/first/difffiles/second/file
193 echo "bar" > $TEST/first/difffiles/second/file
195 # /first/difffiles/*: Cannot happen since the file is missing
198 # /second/equal/first: Added a new file that isn't present in
200 echo "bar" > $NEW/second/equal/first/file
201 mkfifo $NEW/second/equal/first/fifo
202 ln -s "new" $NEW/second/equal/first/link
203 mkdir $NEW/second/equal/first/emptydir
204 mkdir $NEW/second/equal/first/fulldir
205 echo "foo" > $NEW/second/equal/first/fulldir/file
210 # /second/first/*: Cannot happen since the file is missing
223 # /second/second/first: Cannot happen. The file is in dest in
227 # the first test, so it can't be missing from the third test.
271 # /difftype/first/first: A removed file has changed type.
273 mkfifo $OLD/difftype/first/first/fifo
274 mkdir $NEW/difftype/first/first/fifo
276 # /difftype/first/*: Cannot happen. Since the new file exists
277 # and the dest file is missing, the last test must be 'first'.
280 # the first test, so it cannot be missing in the second test.
292 # /difftype/difftype/first: Cannot happen. The dest file
296 # exists in the first test.
334 # /difflinks/first/first: A modified link is missing in the
336 ln -s "old" $OLD/difflinks/first/first/link
337 ln -s "new" $NEW/difflinks/first/first/link
339 # /difflinks/first/*: Cannot happen. Since the test file is
344 # in the first test, so it cannot be missing in the second
374 # links from the first two tests, so the third test can only
378 # link in the first test, so it cannot be a regular file in
393 # /difffiles/first/first: A removed file has been changed in
395 echo "foo" > $OLD/difffiles/first/first/file
396 echo "bar" > $NEW/difffiles/first/first/file
398 # /difffiles/first/*: Cannot happen. The new file is a
399 # regular file from the first test and the test file is
401 # 'first'.
404 # in the first test, so it must be present in the second test.
414 # to be a regular file from the first test, and the test file
419 # to be a regular file from the first test, so it cannot be a
457 # /difffiles/difffiles/*: Cannot happen. From the first three
760 ## /equal/first/first:
761 missing /equal/first/first/fifo
762 missing /equal/first/first/file
763 missing /equal/first/first/dir
764 missing /equal/first/first/link
776 ## /first/equal/second:
777 missing /first/equal/second/fifo
778 missing /first/equal/second/file
779 missing /first/equal/second/emptydir
780 missing /first/equal/second/link
781 missing /first/equal/second/fulldir
783 ## /first/first/equal:
784 missing /first/first/equal/fifo
785 missing /first/first/equal/file
786 missing /first/first/equal/dir
787 missing /first/first/equal/link
789 ## /first/difftype/second:
790 present /first/difftype/second/fifo
792 ## /first/difflinks/second:
793 link /first/difflinks/second/link "test link"
795 ## /first/difffiles/second:
796 file /first/difffiles/second/file "bar"
798 ## /second/equal/first:
799 file /second/equal/first/file "bar"
800 fifo /second/equal/first/fifo
801 link /second/equal/first/link "new"
802 missing /second/equal/first/emptydir
803 file /second/equal/first/fulldir/file "foo"
826 ## /difftype/first/first:
827 missing /difftype/first/first/fifo
847 ## /difflinks/first/first:
848 missing /difflinks/first/first/link
862 ## /difffiles/first/first:
863 missing /difffiles/first/first/file
949 D /first/equal/second/fifo
950 D /first/equal/second/file
951 D /first/equal/second/fulldir/file
952 D /first/equal/second/link
956 D /first/equal/second/fulldir
957 D /first/equal/second/emptydir
974 A /second/equal/first/fifo
975 A /second/equal/first/file
976 A /second/equal/first/fulldir/file
977 A /second/equal/first/link
981 Modified regular file remains: /first/difffiles/second/file
982 Modified symbolic link remains: /first/difflinks/second/link
983 Modified directory remains: /first/difftype/second/fifo
988 Removed file changed: /difffiles/first/first/file
991 Removed link changed: /difflinks/first/first/link ("old" became "new")
995 Remove mismatch: /difftype/first/first/fifo (fifo file became directory)