diff options
Diffstat (limited to 'tests/chmod/umask-x')
-rwxr-xr-x | tests/chmod/umask-x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chmod/umask-x b/tests/chmod/umask-x index e0c5e36a9..f11d53d71 100755 --- a/tests/chmod/umask-x +++ b/tests/chmod/umask-x @@ -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 && chmod --version +print_ver_ chmod touch file chmod 755 file |