diff options
Diffstat (limited to 'tests/du/inacc-dest')
-rwxr-xr-x | tests/du/inacc-dest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/inacc-dest b/tests/du/inacc-dest index 24242815d..482cb308e 100755 --- a/tests/du/inacc-dest +++ b/tests/du/inacc-dest @@ -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 skip_if_root_ mkdir f && cd f && mkdir a b c d e && touch c/j && chmod a-x c \ |