Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/cpmvln/
H A Doverwrite.ksh253 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"
[all …]
H A Dno-targ.ksh108 function exp_pass function
145 exp_pass "$f file to file" "$nt_work/targ" "file1" $f "$nt_work/file1" \
147 exp_pass "$f -f file to file" "$nt_work/file3" "file2" $f -f \
157 exp_pass "$f file to dir" "$nt_work/dir1/file1" "file1" $f \
160 exp_pass "$f -n file to dir" "$nt_work/dir1/file1" "file1" $f -n \
170 exp_pass "$f -T file to file" "$nt_work/targ" "file1" $f -T \
172 exp_pass "$f -Tf file to file" "$nt_work/file3" "file2" $f -Tf \
268 exp_pass "$f -T dir to dir (empty)" "$nt_work/empty/foo/bar/nested" \