Issue #2664274 by alexpott, bojanz, fortis, Mile23, arknoll: Combination of --prefer-dist and .gitattributes confuses our vendor test cleanup

8.2.x
Alex Pott 2016-03-16 10:41:33 +00:00
parent fb8d5b1f0c
commit ffbaa3f2ce
1 changed files with 0 additions and 3 deletions

View File

@ -165,9 +165,6 @@ EOT;
throw new \RuntimeException(sprintf("Failure removing directory '%s' in package '%s'.", $path, $package->getPrettyName()));
}
}
else {
throw new \RuntimeException(sprintf("The directory '%s' in package '%s' does not exist.", $path, $package->getPrettyName()));
}
}
}
}