Blame test/integration/ubuntu-16.04/gcc-static-local-var-4.test

Packit Service ac8aad
#!/bin/bash
Packit Service ac8aad
Packit Service ac8aad
if $(nm kpatch-gcc-static-local-var-4.ko | grep -q free_ioctx); then
Packit Service ac8aad
	exit 1
Packit Service ac8aad
else
Packit Service ac8aad
	exit 0
Packit Service ac8aad
fi