#!/bin/sh

set -e
set -u

rsvg-convert -o "$AUTOPKGTEST_TMP/example.png" rsvg_convert/tests/fixtures/example.svg
file "$AUTOPKGTEST_TMP/example.png"
