diff options
Diffstat (limited to 'tests/mkdir/p-2')
-rwxr-xr-x | tests/mkdir/p-2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mkdir/p-2 b/tests/mkdir/p-2 index 735d7ad08..38c0adf56 100755 --- a/tests/mkdir/p-2 +++ b/tests/mkdir/p-2 @@ -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 && mkdir --version +print_ver_ mkdir mkdir --parents "`pwd`/t/u" || fail=1 test -d t/u || fail=1 |