From 7fd471c43c097862825a48e8302ad78a8ab6a7b0 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 2 Nov 1998 15:20:06 -0500 Subject: [svn-r861] Set RUNTEST to /bin/sh because the test is actually a shell script file. Updated development version too. --- tools/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/Makefile.in b/tools/Makefile.in index 8c401ac..3de71b1 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -10,7 +10,9 @@ CPPFLAGS=-I../src -I. @CPPFLAGS@ # Tools test targets. +# Use /bin/sh to use because the test is actually a shell script file. TESTS=testh5dump +RUNTEST=/bin/sh # These are our main targets: PROGS=h5debug h5import h5ls h5repart h5dump -- cgit v0.12