Redo VFM interface. Get rid of compaction_necessary, compaction_nval,
[pspp-builds.git] / tests / command / sort.sh
index c53c19720583637e6cce2353a13dc95a10057227..72d17cc95567e50659274e85e9827c5fb6b17983 100755 (executable)
@@ -50,7 +50,7 @@ activity="generate stat program"
 cat > $TEMPDIR/sort.stat <<EOF
 title 'Test SORT procedure'.
 
-data list file='$here/sort.data' notable /X000 to X126 1-127(a).
+data list file='$here/sort.data' notable /X000 to X126 1-127.
 sort by X000 to x005.
 print /X000 to X005.
 execute.