diff options
Diffstat (limited to 'tests/mkdir/t-slash')
-rwxr-xr-x | tests/mkdir/t-slash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mkdir/t-slash b/tests/mkdir/t-slash index ed72880c7..d23c89b7c 100755 --- a/tests/mkdir/t-slash +++ b/tests/mkdir/t-slash @@ -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 && mkdir --version +print_ver_ mkdir mkdir -p dir/ || fail=1 |