Skip to content

Commit

Permalink
fixup! testsuite: update LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
milroy committed Dec 16, 2023
1 parent e666664 commit 1032e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t9001-golang-basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exp_dir="${SHARNESS_TEST_SRCDIR}/data/resource/expected/golang"
jgf="${SHARNESS_TEST_SRCDIR}/data/resource/jgfs/tiny.json"
jobspec1="${SHARNESS_TEST_SRCDIR}/data/resource/jobspecs/basics/test001.yaml"
jobspec2="${SHARNESS_TEST_SRCDIR}/data/resource/jobspecs/basics/test003.yaml"
main="LD_LIBRARY_PATH=../../resource/reapi/bindings:../../resource/libjobspec ../../resource/reapi/bindings/go/src/test/main"
main="LD_LIBRARY_PATH=../../resource:../../resource/reapi/bindings:../../resource/libjobspec ../../resource/reapi/bindings/go/src/test/main"

test001_desc="match allocate 1 slot: 1 socket: 1 core (pol=default)"
test_expect_success "${test001_desc}" '
Expand Down

0 comments on commit 1032e40

Please sign in to comment.