From 77179e4abec6ee5dc6b514d592b6de4359edb93a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 25 Oct 2012 13:41:45 +0200 Subject: [PATCH] maint: remove an obsolete test comment * tests/du/bind-mount-dir-cycle.sh: Remove obsolete comment spotted by Gilles Espinasse. --- tests/du/bind-mount-dir-cycle.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tests/du/bind-mount-dir-cycle.sh b/tests/du/bind-mount-dir-cycle.sh index d8d381a..92b4773 100755 --- a/tests/du/bind-mount-dir-cycle.sh +++ b/tests/du/bind-mount-dir-cycle.sh @@ -20,13 +20,7 @@ print_ver_ du require_root_ -cleanup_() -{ - # When you take the undesirable shortcut of making /etc/mtab a link - # to /proc/mounts, unmounting "$other_partition_tmpdir" would fail. - # So, here we unmount a/b instead. - umount a/b -} +cleanup_() { umount a/b; } mkdir -p a/b || framework_failure_ mount --bind a a/b \ -- 2.7.4