in src/main/java/org/apache/sling/testing/paxexam/TestSupport.java [182:186]
public static UrlProvisionOption testBundle(final String systemProperty) {
final String pathname = System.getProperty(systemProperty);
final File file = new File(pathname);
return bundle(file.toURI().toString());
}