From 3f6953ea3d4af2785d3bc6bf586c26a4e321d142 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 31 Dec 2012 18:26:39 -0600 Subject: [PATCH] test-imagex-mount: Mount synchronously --- tests/test-imagex-mount | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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() { -- 2.43.0