Changeset: e37a9003fa0d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e37a9003fa0d Modified Files: sql/test/BugTracker-2016/Tests/wrong-nonil-property-with-copy-binary-into.Bug-3937-prepare.sh Branch: Jul2015 Log Message:
test for bug 3937: simply use /bin/sh for portability diffs (9 lines): diff --git a/sql/test/BugTracker-2016/Tests/wrong-nonil-property-with-copy-binary-into.Bug-3937-prepare.sh b/sql/test/BugTracker-2016/Tests/wrong-nonil-property-with-copy-binary-into.Bug-3937-prepare.sh --- a/sql/test/BugTracker-2016/Tests/wrong-nonil-property-with-copy-binary-into.Bug-3937-prepare.sh +++ b/sql/test/BugTracker-2016/Tests/wrong-nonil-property-with-copy-binary-into.Bug-3937-prepare.sh @@ -1,4 +1,4 @@ -#!/bin/env bash +#!/bin/sh Mlog -x "cp $TSTSRCDIR/noNULLtinyintBAT.bin $TSTTRGDIR" Mlog -x "cp $TSTSRCDIR/NULLtinyintBAT.bin $TSTTRGDIR" _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
