Fix bugs when input data is repeated
[pspp-builds.git] / tests / command / roc2.sh
index 08572749b16549c8a45cf9e0adf8757969f61940..ef3179fd92ad6b0d3d4c54e7a6fce35d4c453e56 100755 (executable)
@@ -62,23 +62,26 @@ activity="create program"
 cat > $TESTFILE <<EOF
 set format F10.3.
 data list notable list /x * a *.
-
 begin data.
+0 1
 0 0
 1 1
 2 0
 3 1
 4 0
+4 1
 5 1
 6 0
 7 1
 8 0
-9 1
 9 0
 9 1
 end data.
 
-roc x by a (1).
+roc x by a (1)
+       /plot none
+       print = se 
+       .
 EOF
 if [ $? -ne 0 ] ; then no_result ; fi