File: test-env.sh

package info (click to toggle)
libjwt3 3.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,860 kB
  • sloc: ansic: 8,651; xml: 253; javascript: 187; sh: 45; makefile: 14; ruby: 11
file content (5 lines) | stat: -rw-r--r-- 134 bytes parent folder | download
1
2
3
4
5
if [ "$TEST" = "jwt_new" ]; then
	export JWT_CRYPTO=openssl
elif [ "$TEST" = "jwt_flipflop" ]; then
	export JWT_CRYPTO=NONEXISTENT
fi