yyang42 / moulitest

This repository contains tests for several projects done at 42.
127 stars 37 forks source link

Moulitest GNL (42_hard_test_one_big_fat_line) #70

Open AndrewButok opened 6 years ago

AndrewButok commented 6 years ago

This test gives different results on diffrent PC's. On my MacBook Air '17 its ok, but on iMac in cluster this test give's error about output size.

amp1ee commented 6 years ago

I confirm, tests 41_hardtest and this particular test fail when used on 'Bash on Ubuntu on Windows'. The problem is when you try to read(fd, NULL, 10) it returns -1 instead of 0.