add packaging
[platform/upstream/nettle.git] / testsuite / teardown-env
1 #! /bin/sh
2
3 rm -rf testkey.priv testkey.pub testtmp testsignature testsignature2
4
5 case "$EMULATOR" in
6     wine*)
7         find . -type l -name '*.dll' -exec rm -f '{}' ';'
8         ;;
9 esac