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
parent beed746740
commit 24630dfe68
No known key found for this signature in database
GPG key ID: 5BFFDCC258E69433
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