#! /bin/sh

rm iorfile

./test-properties-server &

until test -s iorfile; do sleep 0; done

if ./test-properties-client; then
	rm iorfile
else
	rm iorfile
	exit 1
fi


syntax highlighted by Code2HTML, v. 0.9.1