diff options
Diffstat (limited to 'tests/du/fd-leak')
-rwxr-xr-x | tests/du/fd-leak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/fd-leak b/tests/du/fd-leak index 728ce0533..a9f00863f 100755 --- a/tests/du/fd-leak +++ b/tests/du/fd-leak @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. . "${srcdir=.}/init.sh"; path_prepend_ ../src -test "$VERBOSE" = yes && du --version +print_ver_ du # Call this an expensive test. It's not that expensive, but command line # limitations might induce failure on some losing systems. |