X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcommand%2Fautorecod.sh;h=98b2c078dd1f03357103bc3377a7235d685b35fe;hb=1339492699ce7e12c9bf9fa17f9d60a66024cbd1;hp=2f5acea07dbd3ea636c0596ff147c484f0aeba14;hpb=a19e7749cdb8713316fde220f2fc9a5ad5dc79ed;p=pspp-builds.git diff --git a/tests/command/autorecod.sh b/tests/command/autorecod.sh index 2f5acea0..98b2c078 100755 --- a/tests/command/autorecod.sh +++ b/tests/command/autorecod.sh @@ -50,7 +50,7 @@ cd $TEMPDIR activity="create program" cat > $TESTFILE < 4 asdfk 1 3 3 end data. -autorecode x y into a b/descend. +autorecode x y into A B/descend. list. /* Just to make sure it works on second & subsequent executions, /* try it again. -compute z=trunc(y/2). -autorecode z into w. +compute Z=trunc(y/2). +autorecode z into W. list. EOF if [ $? -ne 0 ] ; then no_result ; fi