Skip to content

mount: fix ensureUnmount gated by build-tag - #253

Open
thaJeztah wants to merge 1 commit into
moby:mainfrom
thaJeztah:fix_missing_util
Open

mount: fix ensureUnmount gated by build-tag#253
thaJeztah wants to merge 1 commit into
moby:mainfrom
thaJeztah:fix_missing_util

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

The ensureUnmount utility was defined in a Linux-only file, but referenced from the Unix-tests, which wouldn't compile on non-Linux because of that.

Move it to the Unix test file, and mark it as helper while updating.

The ensureUnmount utility was defined in a Linux-only file, but
referenced from the Unix-tests, which wouldn't compile on non-Linux
because of that.

Move it to the Unix test file, and mark it as helper while updating.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants