diff options
Diffstat (limited to 'tests/mv/to-symlink')
-rwxr-xr-x | tests/mv/to-symlink | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/to-symlink b/tests/mv/to-symlink index 5530eee4f..26b7a275a 100755 --- a/tests/mv/to-symlink +++ b/tests/mv/to-symlink @@ -18,7 +18,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 cleanup_() { rm -rf "$other_partition_tmpdir"; } . "$abs_srcdir/other-fs-tmpdir" |