Home
last modified time | relevance | path

Searched refs:exp_fail (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/cpmvln/
H A Doverwrite.ksh224 function exp_fail function
371 exp_fail "ln doesn't clobber a file (ln a b)" "$LN" "a b"
372 exp_fail "ln doesn't clobber a file without perms (ln a c)" "$LN" "a c"
373 exp_fail "ln doesn't clobber a uds (ln a uds)" "$LN" "a uds"
374 exp_fail "ln doesn't clobber a fifo (ln a fifo)" "$LN" "a fifo"
375 exp_fail "ln doesn't clobber a door (ln a door)" "$LN" "a door"
376 exp_fail "ln doesn't clobber a valid symlink (ln a symlink)" "$LN" "a symlink"
377 exp_fail "ln doesn't clobber a dangling symlink (ln a dangle)" "$LN" "a dangle"
379 exp_fail "ln -s doesn't clobber a file (ln -s a b)" "$LN -s" "a b"
380 exp_fail "ln -s doesn't clobber a file without perms (ln -s a c)" "$LN -s" "a c"
[all …]
H A Dno-targ.ksh75 function exp_fail function
132 exp_fail "$f -T one arg" $f -T "$nt_work/file1"
133 exp_fail "$f -T three args" $f -T "$nt_work/file1" "$nt_work/file2" \
248 exp_fail "$f dir to file" $f "$nt_work/empty" "$nt_work/file1"
263 exp_fail "$f -T dir to dir" $f -T "$nt_work/dir1" "$nt_work/empty"
271 exp_fail "$f -T dir to dir (non-empty)" $f -T "$nt_work/empty" \
288 exp_fail "$f -T existing dir symlink" $f -T "$nt_work/empty" \