diff options
Diffstat (limited to 'tests/mv/i-5')
-rwxr-xr-x | tests/mv/i-5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/i-5 b/tests/mv/i-5 index e73d4b209..bcf3fd910 100755 --- a/tests/mv/i-5 +++ b/tests/mv/i-5 @@ -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 && mv --version +print_ver_ mv mkdir a || framework_failure touch b || framework_failure |