tests: Fix typo in "write to same system file being read" test.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 11 Oct 2010 14:19:24 +0000 (07:19 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 11 Oct 2010 14:19:24 +0000 (07:19 -0700)
tests/data/sys-file.at

index c321180a72d8f9ddf7ff523a4890c6bf654d0caf..721578e6a0aadf23048adaa846ba6ce35ca41502 100644 (file)
@@ -125,7 +125,7 @@ LIST.
 ])
 AT_CHECK([pspp -O format=csv save3.sps], [0], [dnl
 Table: Data List
-X,Y
+x,y
 3,9.00
 ])
 AT_CLEANUP