diff options
author | Jim Meyering <meyering@redhat.com> | 2012-01-01 18:40:54 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-01-01 18:40:54 +0100 |
commit | 794e52b7bd84a860d5606b70265cefdde839b7c3 (patch) | |
tree | 2e0a131f1160bbb02b76b0faf79717954345dd50 /tests | |
parent | 5111aa42968262bd4d44eeca277b194020bb5007 (diff) | |
download | coreutils-794e52b7bd84a860d5606b70265cefdde839b7c3.tar.xz |
tests: also print chmod's --version
* tests/rm/many-dir-entries-vs-OOM: This test also exercises chmod.
Diffstat (limited to 'tests')
-rwxr-xr-x | 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 1359fb0dc..b5f10dac4 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_ |