#! /bin/sh -e

echo foo
test -f no_such_file || exit 1
echo bar