diff options
Diffstat (limited to 'tests/mkdir/p-thru-slink')
-rwxr-xr-x | tests/mkdir/p-thru-slink | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mkdir/p-thru-slink b/tests/mkdir/p-thru-slink index e2cc9c93f..feb073837 100755 --- a/tests/mkdir/p-thru-slink +++ b/tests/mkdir/p-thru-slink @@ -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 ln -s . slink || framework_failure |