1 1.1 christos # -*-perl-*- 2 1.1 christos 3 1.1 christos $description = "Make sure make exits with an error if stdout is full."; 4 1.1 christos 5 1.1 christos if (-e '/dev/full') { 6 1.1 christos run_make_test('', '-v > /dev/full', '#MAKE#: write error', 256); 7 1.1 christos } 8 1.1 christos 9 1.1 christos 1; 10