diff options
Diffstat (limited to 'tests/mkdir/special-1')
-rwxr-xr-x | tests/mkdir/special-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mkdir/special-1 b/tests/mkdir/special-1 index 7ed437021..cea2081ac 100755 --- a/tests/mkdir/special-1 +++ b/tests/mkdir/special-1 @@ -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 set_mode_string=u=rwx,g=rx,o=w,-s,+t output_mode_string=drwxr-x-wT |