Skip to content

Commit

Permalink
Update path in s3sdk shell script unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Oct 16, 2023
1 parent 4bd9c2e commit 54102a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_test/run_s3sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ isolate "testdir_uts3sdk"
# Create an isolation path for S3; build on the isolation directory
S3ISODIR="$ISODIR"
S3ISOPATH="/${S3TESTSUBTREE}"
S3ISOPATH="${S3ISOPATH}/$S3ISODIR"
S3ISOPATH="/${S3ISOPATH}/$S3ISODIR"

test_cleanup() {
${CMD} ${execdir}/../nczarr_test/s3util -u "${URL}" -k "${S3ISOPATH}" clear
Expand Down

0 comments on commit 54102a3

Please sign in to comment.