Your message dated Thu, 23 Jul 2020 12:00:28 +0200
with message-id <[email protected]>
and subject line Re: #966106: rename.ul refuses to rename links that don't
resolve
has caused the Debian Bug report #966106,
regarding rename.ul refuses to rename links that don't resolve
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
966106: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966106
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: util-ilnux
Version: 2.35.2-8
rename.ul refuses to rename links that don't resolve.
Test Steps
Before:
$ touch file-found
$ ln -s file-found symlink-1
$ ./rename sym symbolic- symlink-1 # XPASS.
$ echo $?
0
$ ln -s file-not-found symlink-2
$ ./rename sym symbolic- symlink-2 # FAIL! REGRESSION.
rename: symlink-2: not accessible: No such file or directory
$ echo $?
1
$ ./rename sym symbolic- symlink-3 # XFAIL.
rename: symlink-3: not accessible: No such file or directory
$ echo $?
1
$ touch file-found
$ ./rename found existing file-found # XPASS.
$ echo $?
0
$ ./rename found existing file-not-found # XFAIL.
rename: file-not-found: not accessible: No such file or directory
$ echo $?
1
After:
$ touch file-found
$ ln -s file-found symlink-1
$ ./rename sym symbolic- symlink-1 # XPASS.
$ echo $?
0
$ ln -s file-not-found symlink-2
$ ./rename sym symbolic- symlink-2 # PASS! REGRESSION FIXED.
$ echo $?
0
$ ./rename sym symbolic- symlink-3 # XFAIL.
rename: symlink-3: not accessible: No such file or directory
$ echo $?
1
$ touch file-found
$ ./rename found existing file-found # XPASS.
$ echo $?
0
$ ./rename found existing file-not-found # XFAIL.
rename: file-not-found: not accessible: No such file or directory
$ echo $?
1
--- End Message ---
--- Begin Message ---
Version: 2.35.2-5
Hi,
rename.ul is no longer installed since 2.35.2-5.
Sorry,
Chris
--- End Message ---