#!/bin/sh
#
# Test that fiu-run actually blocks the C call.

set -eu

! fiu-run -x -c "enable name=posix/io/*" /bin/ls
