Lines Matching defs:link

111 		ln -s "bar" $i/equal/equal/equal/link
120 ln -s "bar" $i/equal/first/first/link
133 # link. Nothing should happen.
135 ln -s "foo" $i/equal/difflinks/difflinks/link
137 ln -s "bar" $TEST/equal/difflinks/difflinks/link
152 ln -s "bar" $i/first/equal/second/link
165 ln -s "bar" $OLD/first/first/equal/link
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
201 ln -s "new" $NEW/second/equal/first/link
219 ln -s "bar" $i/second/second/equal/link
234 # /second/second/difflinks: Newly added link conflicts with
235 # existing link in test tree. Should generate a warning.
236 ln -s "new link" $NEW/second/second/difflinks/link
237 ln -s "test link" $TEST/second/second/difflinks/link
308 # non-link to a link in both the new and test trees, but the
310 # generate a new link conflict.
311 mkfifo $OLD/difftype/difftype/difflinks/link
312 ln -s "new" $NEW/difftype/difftype/difflinks/link
313 ln -s "test" $TEST/difftype/difftype/difflinks/link
324 # changed. The link should be updated.
326 ln -s "old" $i/difflinks/equal/difflinks/link
328 ln -s "new" $NEW/difflinks/equal/difflinks/link
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
342 # /difflinks/second/*: Cannot happen. The old link is present
346 # /difflinks/difftype/difftype: An updated link has been
349 ln -s "old" $OLD/difflinks/difftype/difftype/link
350 ln -s "new" $NEW/difflinks/difftype/difftype/link
351 echo "test" > $TEST/difflinks/difftype/difftype/link
354 # are both links and the test file is not a link, so the third
357 # /difflinks/difflinks/equal: An updated link has already been
360 ln -s "old" $OLD/difflinks/difflinks/equal/link
362 ln -s "new" $i/difflinks/difflinks/equal/link
365 # /difflinks/difflinks/difflinks: An updated link has been
368 ln -s "old" $OLD/difflinks/difflinks/difflinks/link
369 ln -s "new" $NEW/difflinks/difflinks/difflinks/link
370 ln -s "test" $TEST/difflinks/difflinks/difflinks/link
377 # link in the first test, so it cannot be a regular file in
419 # link in the second test.
688 # $2 - optional value of the link
689 link()
694 echo "File $1 should be a link"
699 echo "Link $1 should link to \"$2\""
757 link /equal/equal/equal/link "bar"
763 missing /equal/first/first/link
767 link /equal/difftype/difftype/fromdir "test"
770 link /equal/difflinks/difflinks/link "bar"
779 missing /first/equal/second/link
786 missing /first/first/equal/link
792 link /first/difflinks/second/link "test link"
800 link /second/equal/first/link "new"
808 link /second/second/equal/link "bar"
814 link /second/second/difflinks/link "test link"
821 link /difftype/equal/difftype/file "test"
834 link /difftype/difftype/difftype/two "bar"
837 link /difftype/difftype/difflinks/link "test"
844 link /difflinks/equal/difflinks/link "new"
847 missing /difflinks/first/first/link
850 file /difflinks/difftype/difftype/link "test"
853 link /difflinks/difflinks/equal/link "new"
856 link /difflinks/difflinks/difflinks/link "test"
951 D /first/equal/second/link
960 U /difflinks/equal/difflinks/link
976 A /second/equal/first/link
981 Modified symbolic link remains: /first/difflinks/second/link
988 Modified link changed: /difflinks/difflinks/difflinks/link ("old" became "new")
989 Modified mismatch: /difflinks/difftype/difftype/link (symbolic link vs regular file)
990 Removed link changed: /difflinks/first/first/link ("old" became "new")
991 New link conflict: /difftype/difftype/difflinks/link ("new" vs "test")
993 Modified symbolic link changed: /difftype/difftype/difftype/two (directory became regular file)
996 Modified directory changed: /dirchange/fromdir/extradir (directory became symbolic link)
1003 New link conflict: /second/second/difflinks/link ("new link" vs "test link")