#!/bin/sh

/usr/sbin/adduser --disabled-password --gecos "" quilttest

su -c ./test.sh quilttest

/usr/sbin/deluser quilttest
