#!/bin/bash

if ../../q -Cr ; then
	echo PASSED
else
	echo FAILED
fi
