Skip to content

Commit

Permalink
t/test: work with tmpfs mount as minio directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pkhuong authored and jpihlaja-bt committed Feb 21, 2024
1 parent 0353067 commit 53679b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ cleanup
trap cleanup EXIT

mkdir -p minio
rm -rf minio
mkdir -p minio
rm -rf minio/*

EXTRA_DOCKER_ARGS=${EXTRA_DOCKER_ARGS:-}
if docker info | grep -q 'rootless: true' ; then
Expand Down

0 comments on commit 53679b3

Please sign in to comment.