diff options
Diffstat (limited to 'tests/mv/i-2')
-rwxr-xr-x | tests/mv/i-2 | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/mv/i-2 b/tests/mv/i-2 index aed1c9eee..83596426e 100755 --- a/tests/mv/i-2 +++ b/tests/mv/i-2 @@ -17,16 +17,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -if test "$VERBOSE" = yes; then - set -x - mv --version - cp --version -fi - - -# Make sure we get English translations. - . $srcdir/test-lib.sh +test "$VERBOSE" = yes && { cp --version; mv --version; } + skip_if_root_ for i in a b c d e f g h; do |