ascii: Don't print command names in output.
[pspp-builds.git] / tests / language / stats / frequencies.at
index 86cfd6e590ecebe9d2485e768f9c10bc12356057..9eae09e8364e974c447f4be8505abd9190323788 100644 (file)
@@ -130,9 +130,7 @@ frequencies /x /format=notable /statistics=none
 ])
 # Cannot use the CSV driver for this because it does not output charts
 # at all.
-AT_CHECK([pspp frequencies.sps], [0],
-  [DATA LIST
-
+AT_CHECK([pspp frequencies.sps], [0], [dnl
 Reading free-form data from INLINE.
 +--------+------+
 |Variable|Format|
@@ -140,12 +138,6 @@ Reading free-form data from INLINE.
 |x       |F8.0  |
 |w       |F8.0  |
 +--------+------+
-
-BEGIN DATA
-
-WEIGHT
-
-FREQUENCIES
 ])
 AT_CLEANUP