7262cc83c3
Open Babel is a chemical toolbox designed to speak the many languages of chemical data. It's an open, collaborative project allowing anyone to search, convert, analyze, or store data from molecular modeling, chemistry, solid-state materials, biochemistry, or related areas. [...] ok steven@
13 lines
416 B
Plaintext
13 lines
416 B
Plaintext
$OpenBSD: patch-test_cml_sh,v 1.1.1.1 2007/01/22 16:32:41 ajacoutot Exp $
|
|
--- test/cml.sh.orig Fri Jan 19 11:09:42 2007
|
|
+++ test/cml.sh Fri Jan 19 11:09:51 2007
|
|
@@ -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
|