SHOW: Display settings in pivot table.
[pspp] / tests / language / utilities / title.at
index 61be72222c7d01a515d7e5ca5c6286b71063f547..ed20ccafd4b02773df0829ece39e2e2a14832eb5 100644 (file)
@@ -138,9 +138,11 @@ $command 'foo bar baz quux'.
 SHOW $command.
 EOF
     cat >expout <<EOF
-title.sps:2: note: SHOW: $command is foo  bar.
+Table: Settings
+$command,foo  bar
 
-title.sps:5: note: SHOW: $command is foo bar baz quux.
+Table: Settings
+$command,foo bar baz quux
 EOF
     AT_CHECK([pspp -O format=csv title.sps], [0], [expout])
 done