diff options
Diffstat (limited to 'tests/mv/hard-link-1')
-rwxr-xr-x | tests/mv/hard-link-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/hard-link-1 b/tests/mv/hard-link-1 index 3d7c6abf0..b03d9268e 100755 --- a/tests/mv/hard-link-1 +++ b/tests/mv/hard-link-1 @@ -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" |