#!/bin/sh

# work around Windows brokenness
./runtest $* > temp
diff -u -b ../examples/$1.output temp
rm -f temp
