diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-07 15:51:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-07 15:51:12 +0000 |
commit | a88ba0dd94e65cc6322c4356682829298274f73a (patch) | |
tree | da792696d4ee58f137a402344975b0b5309ccd2c /tests | |
parent | 81c7cd4c29e9b344609a7a6e8f91a58bae747414 (diff) | |
download | coreutils-a88ba0dd94e65cc6322c4356682829298274f73a.tar.xz |
Fix typo in VERBOSE=yes handling.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/mv/mv-special-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/mv-special-1 b/tests/mv/mv-special-1 index e69b8e2e4..103e398b8 100755 --- a/tests/mv/mv-special-1 +++ b/tests/mv/mv-special-1 @@ -2,7 +2,7 @@ if test "$VERBOSE" = yes; then set -x - FIXME --version + mv --version fi pwd=`pwd` |