Drop old getsig.java test

getsig.java was replaced by a Python implementation in 6e2d0a9e (2014)
and the test was only there to compare the results for the transition.

Dropping this as it no longer works starting with 11.0.17+8.
This commit is contained in:
Jochen Sprickerhof 2022-10-30 07:14:20 +01:00 committed by Hans-Christoph Steiner
parent 2c77880b23
commit 90a79c8b26
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA
6 changed files with 1 additions and 160 deletions

View file

@ -151,10 +151,7 @@ test -x ./hooks/pre-commit && ./hooks/pre-commit
#------------------------------------------------------------------------------#
echo_header "test python getsig replacement"
cd $WORKSPACE/tests/getsig
./make.sh
echo_header "run unit tests"
cd $WORKSPACE/tests
for testcase in $WORKSPACE/tests/*.TestCase; do