This commit is contained in:
Roman Korostinskiy 2024-08-05 11:08:04 +03:00
parent 285f46bd98
commit bf05658bc4
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@
# Test.
[] > invokes-getpid-correctly
if. > @
sys.uname.is-windows
os.is-windows
true
gt.
posix
@ -43,7 +43,7 @@
[] > invokes-write-correctly
"Hello, syscall!\n" > msg
if. > @
sys.uname.is-windows
os.is-windows
true
eq.
posix
@ -58,7 +58,7 @@
[] > fails-read-from-stdin
00-00 > buf
if. > @
sys.uname.is-windows
os.is-windows
true
eq.
posix

View File

@ -38,7 +38,7 @@ import org.junit.jupiter.api.Test;
* @checkstyle TypeNameCheck (100 lines)
*/
@SuppressWarnings("JTCOP.RuleAllTestsHaveProductionClass")
public final class EOunameTest {
public final class EOosTest {
@Test
public void readsSystemFamily() {