X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Foutput%2Foutput.at;h=f6351a4e9bca09436da57785856361b67f5138c7;hb=fce028c380d496e42823fd24774e0159ed7cc110;hp=919927de128b9214e94a32206454c3311f0fe33b;hpb=6d0d055e9336d05a3efca53d551eb905bd956e72;p=pspp diff --git a/tests/output/output.at b/tests/output/output.at index 919927de12..f6351a4e9b 100644 --- a/tests/output/output.at +++ b/tests/output/output.at @@ -14,10 +14,9 @@ begin data. end data. frequencies x/histogram. ]) - dnl PSPP will fail to create the output file. Currently this doesn't cause - dnl PSPP's exit status to be nonzero, although this is arguably incorrect. - dnl At any rate, PSPP should not crash. - AT_CHECK([cd unwritable && pspp -o pspp.$1 ../unwritable.sps], [0], + dnl PSPP will fail to create the output file. Thus, the exit status is + dnl non zero + AT_CHECK([cd unwritable && pspp -o pspp.$1 ../unwritable.sps], [1], [ignore], [ignore]) AT_CLEANUP])