
return_status() {
	if [ -e ${at_folder}.expected ]; then
		return 0
	fi
	echo not doing .expected comparisons at this build
	return 1
}
return_status
