Index: openmolcas/sbin/verify
===================================================================
--- openmolcas.orig/sbin/verify
+++ openmolcas/sbin/verify
@@ -735,7 +735,7 @@ if sys.stdout.isatty() and not opt['debu
 try:
   MOLCAS = os.environ['MOLCAS']
 except KeyError:
-  sys.exit('MOLCAS not set, use {} {}'.format(DRIVER_base, thisfile))
+  MOLCAS = '/usr/share/openmolcas'
 try:
   MOLCAS_ID = sp.check_output([MOLCAS_DRIVER, 'version', '-l'], cwd=MOLCAS).decode().strip()
 except:
@@ -769,7 +769,7 @@ TESTDIRS = list(OrderedDict.fromkeys(TES
 if opt['path']:
   testdir = os.path.abspath(opt['path'])
 else:
-  testdir = os.path.join(MOLCAS, 'test')
+  testdir = os.getcwd()
 
 if opt['tmp']:
   tmpdir = os.path.abspath(opt['tmp'])
