---
 mount/mount.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mount/mount.c b/mount/mount.c
index 63e6731..309fa10 100644
--- a/mount/mount.c
+++ b/mount/mount.c
@@ -1746,7 +1746,7 @@ main(int argc, char *argv[]) {
        case 0:
                /* mount -a */
                result = do_mount_all (types, options, test_opts);
-               if (result == 0 && verbose)
+               if (result == 0 && verbose && !fake)
                        error(_("nothing was mounted"));
                break;
 
-- 
1.5.1

-
To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to