1 AT_BANNER([output drivers])
3 m4_define([OUTPUT_UNWRITABLE_DIR],
4 [AT_SETUP([output $1 to unwritable directory])
7 AT_SKIP_IF([: > unwritable/test])
8 AT_DATA([unwritable.sps], [dnl
15 frequencies x/histogram.
17 dnl PSPP will fail to create the output file. Thus, the exit status is
19 AT_CHECK([cd unwritable && pspp -o pspp.$1 ../unwritable.sps], [1],
23 OUTPUT_UNWRITABLE_DIR([csv])
24 OUTPUT_UNWRITABLE_DIR([html])
25 OUTPUT_UNWRITABLE_DIR([odt])
26 OUTPUT_UNWRITABLE_DIR([pdf])
27 OUTPUT_UNWRITABLE_DIR([txt])