diff options
Diffstat (limited to 'tests/mv/diag')
-rwxr-xr-x | tests/mv/diag | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/mv/diag b/tests/mv/diag index 1a23b5333..f40fc7c42 100755 --- a/tests/mv/diag +++ b/tests/mv/diag @@ -16,13 +16,8 @@ # 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 -fi - -# Make sure we get English translations. . $srcdir/test-lib.sh +test "$VERBOSE" = yes && mv --version touch f1 || framework_failure touch f2 || framework_failure |