diff options
Diffstat (limited to 'tests/od')
-rwxr-xr-x | tests/od/x8 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/od/x8 b/tests/od/x8 index b1079b945..9af4efba2 100755 --- a/tests/od/x8 +++ b/tests/od/x8 @@ -1,5 +1,6 @@ #!/bin/sh # verify that od -t x8 works properly +# This would fail before coreutils-4.5.2. if test "$VERBOSE" = yes; then set -x |