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

Packit Service ac8aad
#!/bin/bash
Packit Service ac8aad
Packit Service da4517
set -o pipefail
Packit Service da4517
if ! $(eu-readelf --wide --symbols test-gcc-static-local-var-4.ko | awk '$NF == "free_ioctx" { exit 1 }'); then
Packit Service ac8aad
	exit 1
Packit Service ac8aad
else
Packit Service ac8aad
	exit 0
Packit Service ac8aad
fi