Rename directory non_regression_tests to comparison_tests
[SXSI/xpathcomp.git] / tests / non_regression_tests / rotate.sh
diff --git a/tests/non_regression_tests/rotate.sh b/tests/non_regression_tests/rotate.sh
deleted file mode 100755 (executable)
index 8684f99..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-cat "$1" | sed -e 's/,/ /g' | (
-COUNT=""
-MAT=""
-SER=""
-while read q num count mat ser
-do
-COUNT="$COUNT","$count"
-MAT="$MAT","$mat"
-SER="$SER","$ser"
-done
-echo "$COUNT"
-echo "$MAT"
-echo "$SER"
-)
\ No newline at end of file