diff options
Diffstat (limited to 'tests/mv/update')
-rwxr-xr-x | tests/mv/update | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/mv/update b/tests/mv/update index a8035922e..b0a532c63 100755 --- a/tests/mv/update +++ b/tests/mv/update @@ -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 - cp --version - mv --version -fi - . $srcdir/test-lib.sh +test "$VERBOSE" = yes && { cp --version; mv --version; } echo old > old || framework_failure touch -d yesterday old || framework_failure |