small fix for test executor git-svn-id: svn://coreboot.org/openbios/fcode-utils@93 f158a5a8-5612-0410-a976-696ce0be7e32
diff --git a/testsuite/AutoExec b/testsuite/AutoExec
index ece00a6..41a327c 100644
--- a/testsuite/AutoExec
+++ b/testsuite/AutoExec
@@ -45,8 +45,8 @@
# Initial error-checking:
-if ( ( ! -x ./toke ) || ( ! -x ./detok ) ) then
- echo 'Starting in wrong directory. Executable toke and detok are not here.'
+if ( ( ! -x ./toke ) || ( ! -x ./detok ) || ( ! -x ./romheaders ) ) then
+ echo 'Starting in wrong directory. Executable toke, detok and romheaders are not here.'
exit 1
endif