diff options
Diffstat (limited to 'tests/misc/od-x8')
-rwxr-xr-x | tests/misc/od-x8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/od-x8 b/tests/misc/od-x8 index d9c933800..02a6966e7 100755 --- a/tests/misc/od-x8 +++ b/tests/misc/od-x8 @@ -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 && od --version +print_ver_ od od -t x8 /dev/null >/dev/null || skip_test_ "od lacks support for 8-byte quantities" |