diff options
Diffstat (limited to 'tests/du/hard-link')
-rwxr-xr-x | tests/du/hard-link | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/hard-link b/tests/du/hard-link index 68a7e2245..576342f3f 100755 --- a/tests/du/hard-link +++ b/tests/du/hard-link @@ -19,7 +19,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 mkdir -p dir/sub ( cd dir && |