FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ut Fix DiskUtilsTest runs failed on mac (#50981) · APIJSON/doris@09107db · GitHub

/ doris Public
forked from apache/doris

Commit 09107db

Browse files
authored
ut Fix DiskUtilsTest runs failed on mac (apache#50981)
1 parent bba3d35 commit 09107db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎fe/fe-common/src/test/java/org/apache/doris/common/io/DiskUtilsTest.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public void testSiseFormat() {
5050

5151
@Test
5252
public void testDf() {
53-
DiskUtils.Df d = DiskUtils.df("/proc");
53+
DiskUtils.Df d = DiskUtils.df("/");
5454
Assert.assertTrue(d.fileSystem.length() != 0);
5555
}
5656
}

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL