Another yak shaving session initiated, this time while fixing #1888. In IrodsAPI.get_path(), if IRODS_ROOT_PATH is set we form an invalid path. The path is returned as /zone/projects/$IRODS_ROOT_PATH/etc instead of /zone/$IRODS_ROOT_PATH/projects/etc.
Obviously, current tests fail to detect this, so I'll need to update them as well.
Another yak shaving session initiated, this time while fixing #1888. In
IrodsAPI.get_path()
, ifIRODS_ROOT_PATH
is set we form an invalid path. The path is returned as/zone/projects/$IRODS_ROOT_PATH/etc
instead of/zone/$IRODS_ROOT_PATH/projects/etc
.Obviously, current tests fail to detect this, so I'll need to update them as well.