We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac772cd commit 2a0389aCopy full SHA for 2a0389a
test/lib/jdk/test/lib/Utils.java
@@ -853,17 +853,6 @@ public static OutputAnalyzer uname(String... args) throws Throwable {
853
return ProcessTools.executeCommand(cmds);
854
}
855
856
- /*
857
- * Returns the system distro.
858
- */
859
- public static String distro() {
860
- try {
861
- return uname("-v").asLines().get(0);
862
- } catch (Throwable t) {
863
- throw new RuntimeException("Failed to determine distro.", t);
864
- }
865
866
-
867
/**
868
* Creates an empty file in "user.dir" if the property set.
869
* <p>
0 commit comments