#!/bin/sh
#
# Test that fiu-run executes, without blocking the C call.

set -eu

fiu-run -x -c 'enable name=posix/io/*' /bin/true
