Closed
Description
The test package_script_with_default_build
in rustpkg is busted. It needs to access a file in the source distribution, which it finds based on the test executable path. This doesn't work because it relies on a particular directory layout of the build directory. (Namely, that the root build directory is a subdirectory inside the source directory.)