Barely worth a commit... >From 794e52b7bd84a860d5606b70265cefdde839b7c3 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Sun, 1 Jan 2012 18:40:54 +0100 Subject: [PATCH] tests: also print chmod's --version
* tests/rm/many-dir-entries-vs-OOM: This test also exercises chmod. --- tests/rm/many-dir-entries-vs-OOM | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/rm/many-dir-entries-vs-OOM b/tests/rm/many-dir-entries-vs-OOM index 1359fb0..b5f10da 100755 --- a/tests/rm/many-dir-entries-vs-OOM +++ b/tests/rm/many-dir-entries-vs-OOM @@ -18,7 +18,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. . "${srcdir=.}/init.sh"; path_prepend_ ../src -print_ver_ rm du +print_ver_ rm du chmod expensive_ -- 1.7.8.1.391.g2c2ad
