Lines Matching full:baz
45 atf_check cp bar baz
46 check_size baz 4
57 ln -s bar baz
59 atf_check cp baz foo
308 ln -s bar foo/baz
326 atf_check test -L foo-mirror/foo/baz
327 atf_check test -d foo-mirror/foo/baz
343 atf_check test -L foo-mirror/foo/baz
344 atf_check test -d foo-mirror/foo/baz
357 # -L will work, but foo/baz ends up expanded to a directory.
358 atf_check test ! -L foo-mirror/foo/baz
359 atf_check test -d foo-mirror/foo/baz
361 atf_check test ! -L foo-mirror/foo/baz
362 atf_check test -d foo-mirror/foo/baz
374 ln -s bar baz
375 atf_check -e match:"baz and baz are identical" \
376 -s exit:1 cp baz baz
377 atf_check -e match:"bar and baz are identical" \
378 -s exit:1 cp baz bar
379 atf_check -e match:"foo and baz are identical" \
380 -s exit:1 cp baz foo
500 atf_check cp -P foo baz
501 atf_check test -L baz
556 touch bar/baz
570 mkdir -p foo/bar/baz
576 touch bar/baz
607 echo "baz" >baz
613 cp foo bar baz
624 ln -s bar baz
625 atf_check cp foo baz
638 ln -s baz bar/foo
640 atf_check cmp -s foo bar/baz
641 rm -f bar/foo bar/baz
642 ln -s baz bar/foo
644 atf_check cmp -s foo bar/baz
645 rm -f bar/foo bar/baz
646 ln -s $PWD/baz bar/foo
648 atf_check cmp -s foo baz