]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: remove an obsolete test comment
authorJim Meyering <jim@meyering.net>
Thu, 25 Oct 2012 11:41:45 +0000 (13:41 +0200)
committerJim Meyering <jim@meyering.net>
Thu, 25 Oct 2012 12:19:55 +0000 (14:19 +0200)
* tests/du/bind-mount-dir-cycle.sh: Remove obsolete comment
spotted by Gilles Espinasse.

tests/du/bind-mount-dir-cycle.sh

index d8d381afe3865a040ef4da577c7e2b88d95dc3a0..92b477358c5625260a52830d84a4c9f4c7e1b36e 100755 (executable)
 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 \