From: Ben Pfaff Date: Mon, 11 Oct 2010 14:19:24 +0000 (-0700) Subject: tests: Fix typo in "write to same system file being read" test. X-Git-Tag: v0.7.6~45 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=2820390b7d06dd494ba73eeebfbcebd15c76492a tests: Fix typo in "write to same system file being read" test. --- diff --git a/tests/data/sys-file.at b/tests/data/sys-file.at index c321180a..721578e6 100644 --- a/tests/data/sys-file.at +++ b/tests/data/sys-file.at @@ -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