diff options
Diffstat (limited to 'tests/du/two-args')
-rwxr-xr-x | tests/du/two-args | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/two-args b/tests/du/two-args index ed544b091..4c71f2849 100755 --- a/tests/du/two-args +++ b/tests/du/two-args @@ -18,7 +18,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 # Run this test from a sub-directory one level deeper than normal, # so that the "du .." below doesn't traverse sibling directories |