diff --git a/obitests/obitools/obicount/test.sh b/obitests/obitools/obicount/test.sh index d470db7..22a05d5 100755 --- a/obitests/obitools/obicount/test.sh +++ b/obitests/obitools/obicount/test.sh @@ -10,9 +10,8 @@ TEST_NAME=obicount # Some variable and function definitions: please don't change them # ###### - TEST_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" -OBITOOLS_DIR="${TEST_DIR/obitest*/}build" +OBITOOLS_DIR="$(sed 's/obitest.*//' <<< "$TEST_DIR")build" export PATH="${OBITOOLS_DIR}:${PATH}" diff --git a/pkg/obioptions/version.go b/pkg/obioptions/version.go index f2425b6..906f3f8 100644 --- a/pkg/obioptions/version.go +++ b/pkg/obioptions/version.go @@ -8,7 +8,7 @@ import ( // corresponds to the last commit, and not the one when the file will be // commited -var _Commit = "952f85f" +var _Commit = "bd4a0b5" var _Version = "Release 4.2.0" // Version returns the version of the obitools package.