mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
When large file tests are enabled, this test fails in Docker. Fixed by switching from sh to bash.
This commit is contained in:
parent
e82bf82557
commit
aeb0e90b0b
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
|
||||
. ../test_common.sh
|
||||
|
Loading…
Reference in New Issue
Block a user