8318689: jtreg is confused when folder name is the same as the test name

Reviewed-by: mullan
This commit is contained in:
Weijun Wang 2023-10-26 16:40:33 +00:00
parent e1a458ee64
commit a9b31b587c

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 2023, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -32,7 +32,7 @@ import java.util.HashSet;
import java.util.Set;
import javax.security.auth.Subject;
public class DoAs {
public class DoAsTest {
public static void main(String[] args) throws Exception {
final Set<String> outer = new HashSet<>(Arrays.asList("Outer"));