Comment 21 for bug 1886300

Revision history for this message
gregrwm (gregrwm) wrote :

details of verification test. note return status is first digit in subsequent prompt.

  0$00uf$Aug27Thu22:22$greg@e540:1:/tmp/c$ touch file-found
  0$00uf$Aug27Thu22:23$greg@e540:1:/tmp/c$ ln -s file-found symlink-1
  0$00uf$Aug27Thu22:23$greg@e540:1:/tmp/c$ rename.ul sym symbolic- symlink-1 # XPASS.
  0$00uf$Aug27Thu22:23$greg@e540:1:/tmp/c$ ln -s file-not-found symlink-2
  0$00uf$Aug27Thu22:24$greg@e540:1:/tmp/c$ rename.ul sym symbolic- symlink-2 # PASS! REGRESSION FIXED.
  0$00uf$Aug27Thu22:24$greg@e540:1:/tmp/c$ rename.ul sym symbolic- symlink-3 # XFAIL.
rename.ul: symlink-3: not accessible: No such file or directory
  1$00uf$Aug27Thu22:24$greg@e540:1:/tmp/c$ touch file-found
  0$00uf$Aug27Thu22:24$greg@e540:1:/tmp/c$ rename.ul found existing file-found # XPASS.
  0$00uf$Aug27Thu22:24$greg@e540:1:/tmp/c$ rename.ul found existing file-not-found # XFAIL.
rename.ul: file-not-found: not accessible: No such file or directory
  1$00uf$Aug27Thu22:25$greg@e540:1:/tmp/c$

thanks!