When large file tests are enabled, this test fails in Docker. Fixed by switching from sh to bash.

This commit is contained in:
Ward Fisher 2018-06-14 12:46:39 -06:00
parent e82bf82557
commit aeb0e90b0b

View File

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