X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=tests%2Fnon_regression_tests%2Frotate.sh;fp=tests%2Fnon_regression_tests%2Frotate.sh;h=0000000000000000000000000000000000000000;hb=adbae5267917033dec93e753bbc81272d16ab218;hp=8684f99b38395c8a244b4ba652ac3b30badf4cc9;hpb=8f5b2f0c7e95245c1b7f4cc18aa137ba8e784166;p=SXSI%2Fxpathcomp.git diff --git a/tests/non_regression_tests/rotate.sh b/tests/non_regression_tests/rotate.sh deleted file mode 100755 index 8684f99..0000000 --- a/tests/non_regression_tests/rotate.sh +++ /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