From: Eric Biggers Date: Tue, 1 Jan 2013 00:26:39 +0000 (-0600) Subject: test-imagex-mount: Mount synchronously X-Git-Tag: v1.2.3~7 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=3f6953ea3d4af2785d3bc6bf586c26a4e321d142;ds=sidebyside test-imagex-mount: Mount synchronously --- diff --git a/tests/test-imagex-mount b/tests/test-imagex-mount index 3be51a11..e8da925a 100755 --- a/tests/test-imagex-mount +++ b/tests/test-imagex-mount @@ -26,11 +26,7 @@ imagex_info() { imagex_mountrw() { echo "imagex mountrw $@" - ../imagex mountrw --debug "$@" &> mount.log & - while ! mountpoint $2 >& /dev/null; do - sleep 0.01; - done - return 0 + ../imagex mountrw "$@" } cleanup() {