if test "$AUTOPKGTEST" != ""; then
	uvu test index.js
else
	./bin.js test index.js
fi
