X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Ffile-label.sh;h=0d3500eb8dd4d6a67ee4f495705a8396c4fcd710;hb=08e4a9535a7e1de9cc4b6e619e70805ab951b323;hp=ca9da9cdc8064ea37d18a9ecffe98352e20febab;hpb=65a4e29574b67921ea899b6a1d45806dca11db00;p=pspp diff --git a/tests/command/file-label.sh b/tests/command/file-label.sh index ca9da9cdc8..0d3500eb8d 100755 --- a/tests/command/file-label.sh +++ b/tests/command/file-label.sh @@ -17,6 +17,8 @@ top_srcdir=`cd $top_srcdir; pwd` STAT_CONFIG_PATH=$top_srcdir/config export STAT_CONFIG_PATH +LANG=C +export LANG cleanup() { @@ -77,13 +79,13 @@ Note that the last line should end with a period: . /* Display the documents. display documents. -display file label. /* undocumented feature of PSPP +display file label. /* Save the active file then get it and display the documents again. save /OUTFILE='foo.save'. get /FILE='foo.save'. display documents. -display file label. /* undocumented feature of PSPP +display file label. /* There is an interesting interaction that occurs if the 'execute' /* command below. What happens is that an error message is output @@ -102,7 +104,7 @@ display documents. save /OUTFILE='foo.save'. get /FILE='foo.save'. display documents. -display file label. /* undocumented feature of PSPP +display file label. /* Done.