$OpenBSD: patch-test_cml_sh,v 1.2 2008/08/20 16:08:11 ajacoutot Exp $
--- test/cml.sh.orig	Sat Jun 21 15:58:04 2008
+++ test/cml.sh	Tue Aug 19 13:19:23 2008
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # test Open Babel with CML, if the CML test suite exists
 
 builddir=`pwd`
@@ -15,7 +15,7 @@ fi
 echo
 echo "# Testing CML support..."
 if [ -f $cmltestdir/test.sh ]; then
-    (cd $cmltestdir; source test.sh 2>/dev/null)
+    (cd $cmltestdir; ./test.sh 2>/dev/null)
 else
     echo "1..0 # skipping - CML test set not found"
 fi
