8318689: jtreg is confused when folder name is the same as the test name
Reviewed-by: mullan
This commit is contained in:
parent
e1a458ee64
commit
a9b31b587c
@ -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"));
|
Loading…
Reference in New Issue
Block a user