-
Type: Bug
-
Resolution: Fixed
-
Priority: Major
-
Affects Version/s: None
-
Component/s: None
-
None
The symlink tool does not check if the src exists before stating src and dst. The result is errors like:
CHOPPED SRC:/tmp/foo
CHOPPED DES:/tmp/bar
SRC and DEST are same file
RESULTS: TOTAL [1] SUCCESS [1] FAILURES [0]
The error should state that src is missing and the tool should return non-zero exit code.