remove sort_python test

This commit is contained in:
Thomas Levine 2016-03-31 18:46:45 +00:00
parent 635bcc83f2
commit cac691805c

View File

@ -1,4 +0,0 @@
set -e
TESTING_URCHIN_INTERNALS=true . ../../urchin
unsorted='@ b\n- d\n? a\n~ c\n! e\n'
test $(printf "${unsorted}" | sort_python | cut -d\ -f2|tr -d '\n') = edabc