Index: /branches/eam_branches/ohana.20190329/src/opihi/cmd.data/test/spline.sh
===================================================================
--- /branches/eam_branches/ohana.20190329/src/opihi/cmd.data/test/spline.sh	(revision 40815)
+++ /branches/eam_branches/ohana.20190329/src/opihi/cmd.data/test/spline.sh	(revision 40815)
@@ -0,0 +1,11 @@
+
+macro test1
+
+  for i 0 100
+    create x 0 50
+    set y = x^2
+    spline create t$i x y
+    spline rename t$i test
+    spline delete test
+  end
+end
