Swapped /bin/bash for /bin/sh to test on osx.

This commit is contained in:
Ward Fisher 2018-08-12 23:01:08 -06:00
parent c844e5bab9
commit a996ed554e
14 changed files with 14 additions and 14 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# The purpose of this program is to fill in the
# testdata files: dmrtestfiles, daptestfiles, and

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
. ../test_common.sh

View File

@ -1,2 +1,2 @@
#! /bin/sh
./nc_test -c
./nc_test -c

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
. ../test_common.sh

View File

@ -1,4 +1,4 @@
#!/bin/bash -x
#!/bin/sh -x
# Clear the disk caches.
sync
echo 3 > /proc/sys/vm/drop_caches

View File

@ -22,4 +22,4 @@ for numproc in 1 4 16
done
echo '*** SUCCESS!!!'
exit 0
exit 0

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
export SETX=1

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
. ../test_common.sh

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# Added in support of https://github.com/Unidata/netcdf-c/gh425 and
# https://github.com/Unidata/netcdf-c/gh469

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
. ../test_common.sh

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
. ../test_common.sh

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Tests for ncgen4 using list of test cdl files from the cdl4
# directory, and comparing output to expected results in the expected4
# directory. Note that these tests are run for classic files in

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# This shell script tests ncdump for netcdf-4
# Ed Hartnett, Dennis Heimbigner, Ward Fisher

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
flex -Pncg -8 ncgen.l
rm -f ncgenl.c
sed -e s/lex.ncg.c/ncgenl.c/g <lex.ncg.c >ncgenl.c