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

8 lines
106 B
Plaintext
Raw Normal View History

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