#!/bin/sh

echo /dev/sda1 >> /etc/udev/mount.blacklist.d/parted-tmp
make -C tests test-suite.log
rm /etc/udev/mount.blacklist.d/parted-tmp
