New implementation of long variable names. Each variable has a
[pspp-builds.git] / tests / command / tabs.sh
index 764e747df72fe112b87f057e4f91e3d6fd437fc5..29d8d3cb88fb27e128efbe4fab5fe0ec28411b97 100755 (executable)
@@ -48,7 +48,7 @@ cd $TEMPDIR
 
 activity="create program 1"
 cat > $TEMPDIR/tabs.stat <<EOF
-data list /x 1-80 (a).
+data list /X 1-80 (a).
 begin data.
 EOF
 if [ $? -ne 0 ] ; then no_result ; fi