Lines Matching refs:exp_pass

253 function exp_pass  function
395 exp_pass "cp works on a file (cp a b)" "$CP" "a b" "a"
396 exp_pass "XPG cp works on a file (cp a b)" "$XCP" "a b" "a"
401 exp_pass "cp works on a symlink (cp a symlink)" "$CP" "a symlink" "a"
402 exp_pass "cp works on a dangling symlink (cp a dangle)" "$CP" "a dangle" "a"
409 exp_pass "mv works on a file (mv a b)" "$MV" "a b" "a"
410 exp_pass "mv works on a fifo (mv a fifo)" "$MV" "a fifo" "a"
411 exp_pass "mv works on a uds (mv a sock)" "$MV" "a uds" "a"
412 exp_pass "mv works on a symlink (mv a symlink)" "$MV" "a symlink" "a"
413 exp_pass "mv works on a dangling symlink (mv a dangle)" "$MV" "a dangle" "a"
421 exp_pass "ln -f clobbers a file (ln -f a b)" "$LN -f" "a b" "a"
422 exp_pass "ln -f clobbers a file without perms (ln -f a c)" "$LN -f" "a c" "a"
423 exp_pass "ln -f clobbers a uds (ln -f a uds)" "$LN -f" "a uds" "a"
424 exp_pass "ln -f clobbers a fifo (ln -f a fifo)" "$LN -f" "a fifo" "a"
425 exp_pass "ln -f clobbers a door (ln -f a door)" "$LN -f" "a door" "a"
426 exp_pass "ln -f clobbers a valid symlink (ln -f a symlink)" "$LN -f" \
428 exp_pass "ln -f clobber a dangling symlink (ln -f a dangle)" "$LN -f" \
430 exp_pass "ln -f beats -i on a file (ln -if a b)" "$LN -if" "a b" "a"
431 exp_pass "ln -f beats -i on a file (ln -ifif a b)" "$LN -ifif" "a b" "a"
433 exp_pass "ln -sf clobbers a file (ln -sf a b)" "$LN -sf" "a b" "a"
434 exp_pass "ln -sf clobbers a file without perms (ln -sf a c)" "$LN -sf" "a c" "a"
435 exp_pass "ln -sf clobbers a uds (ln -sf a uds)" "$LN -sf" "a uds" "a"
436 exp_pass "ln -sf clobbers a fifo (ln -sf a fifo)" "$LN -sf" "a fifo" "a"
437 exp_pass "ln -sf clobbers a door (ln -sf a door)" "$LN -sf" "a door" "a"
438 exp_pass "ln -sf clobbers a valid symlink (ln -sf a symlink)" "$LN -sf" \
440 exp_pass "ln -sf clobber a dangling symlink (ln -sf a dangle)" "$LN -sf" \
442 exp_pass "ln -sf beats -i on a file (ln -s -if a b)" "$LN -s -if" "a b" "a"
443 exp_pass "ln -sf beats -i on a file (ln -s -ifif a b)" "$LN -s -ifif" "a b" "a"
446 exp_pass "cp -f clobbers a file (cp -f a b)" "$CP -f" "a b" "a"
447 exp_pass "cp -f clobbers a file without perms (cp -f a c)" "$CP -f" "a c" "a"
448 exp_pass "cp -f clobbers a uds (cp -f a uds)" "$CP -f" "a uds" "a"
450 exp_pass "cp -f clobbers a valid symlink (cp -f a symlink)" "$CP -f" \
452 exp_pass "cp -f clobber a dangling symlink (cp -f a dangle)" "$CP -f" \
455 exp_pass "mv -f clobbers a file (mv -f a b)" "$MV -f" "a b" "a"
456 exp_pass "mv -f clobbers a file without perms (mv -f a c)" "$MV -f" "a c" "a"
457 exp_pass "mv -f clobbers a uds (mv -f a uds)" "$MV -f" "a uds" "a"
458 exp_pass "mv -f clobbers a fifo (mv -f a fifo)" "$MV -f" "a fifo" "a"
459 exp_pass "mv -f clobbers a valid symlink (mv -f a symlink)" "$MV -f" \
461 exp_pass "mv -f clobber a dangling symlink (mv -f a dangle)" "$MV -f" \
502 exp_pass "mv last -f wins (mv -nf a b)" "$MV -nf" "a b" "a"
503 exp_pass "mv last -f wins (mv -if a b)" "$MV -if" "a b" "a"
504 exp_pass "mv last -f wins (mv -fif a b)" "$MV -fif" "a b" "a"
505 exp_pass "mv last -f wins (mv -nif a b)" "$MV -nif" "a b" "a"
506 exp_pass "mv -f always beats -i (non-xpg) (mv -fi a b)" "$MV -fi" "a b" "a"
511 exp_pass "XPG4 mv last -f wins (mv -nf a b)" "$XMV -nf" "a b" "a"
512 exp_pass "XPG4 mv last -f wins (mv -if a b)" "$XMV -if" "a b" "a"
513 exp_pass "XPG4 mv last -f wins (mv -fif a b)" "$XMV -fif" "a b" "a"
514 exp_pass "XPG4 mv last -f wins (mv -nif a b)" "$XMV -nif" "a b" "a"
523 exp_pass "XPG4 cp -i no normal file (cp -i a b)" "$XCP -i" "a b" "b" \
525 exp_pass "XPG4 cp -i yes normal file (cp -i a b)" "$XCP -i" "a b" "a" "yes"
526 exp_pass "cp -i clobbers normal file regardless (cp -i a b)" "$CP -i" "a b" \
529 exp_pass "XPG4 mv -i no normal file (mv -i a b)" "$XMV -i" "a b" "b" \
531 exp_pass "XPG4 mv -i yes normal file (mv -i a b)" "$XMV -i" "a b" "a" "yes"
532 exp_pass "mv -i clobbers normal file regardless (mv -i a b)" "$MV -i" "a b" \
535 exp_pass "XPG4 ln -i no normal file (ln -i a b)" "$XLN -i" "a b" "b" \
537 exp_pass "XPG4 ln -i yes normal file (ln -i a b)" "$XLN -i" "a b" "a" "yes"
538 exp_pass "ln -i clobbers normal file regardless (ln -i a b)" "$LN -i" "a b" \
541 exp_pass "XPG4 cp -i yes beats -n normal file (cp -ni a b)" "$XCP -ni" "a b" \
543 exp_pass "cp -i beats -n (cp -ni a b)" "$CP -ni" "a b" "a" "cat /dev/zero"
545 exp_pass "XPG4 mv -i beats -n (mv -ni a b)" "$XMV -ni" "a b" "a" "yes"
546 exp_pass "mv -i beats -n (mv -ni a b)" "$MV -ni" "a b" "a" "cat /dev/zero"
547 exp_pass "XPG4 mv -i beats -f (mv -fi a b)" "$XMV -fi" "a b" "a" "yes"
549 exp_pass "XPG4 ln -fi no normal file (ln -fi a b)" "$XLN -fi" "a b" "b" \
551 exp_pass "XPG4 ln -fi yes normal file (ln -fi a b)" "$XLN -fi" "a b" "a" "yes"
552 exp_pass "ln -fi clobbers normal file regardless (ln -fi a b)" "$LN -fi" \
555 exp_pass "XPG4 ln -sfi no normal file (ln -sfi a b)" "$XLN -sfi" "a b" "b" \
557 exp_pass "XPG4 ln -sfi yes normal file (ln -sfi a b)" "$XLN -sfi" "a b" "a" \
559 exp_pass "ln -sfi clobbers normal file regardless (ln -sfi a b)" "$LN -sfi" \