pivot table procedure conceptually works
[pspp] / tests / output / charts.at
index e2a43d5286b442d04aa285b379f001adb77b03ec..049fc281922acecfb022fcedaf2eaeda53badc00 100644 (file)
@@ -19,7 +19,7 @@ end file.
 end input program.
 
 examine x y by a
-       /plot = histogram, npplot
+       /plot = histogram, npplot spreadlevel(1)
        .
 
 examine x y by a
@@ -151,6 +151,7 @@ frequencies pos neg pn
 ])
 
 
-AT_CHECK([pspp -O format=csv histogram.sps], [0], [ignore])
+dnl The --testing-mode flag is important!!
+AT_CHECK([pspp --testing-mode -O format=csv histogram.sps], [0], [ignore])
 
 AT_CLEANUP