diff options
author | Jim Meyering <jim@meyering.net> | 2002-09-19 06:21:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-09-19 06:21:11 +0000 |
commit | 80b4ef8025e1949a9d6883d4b030efa75caaece8 (patch) | |
tree | 7c96c9e64c77f7423dbb347d245d67779c6e4f3f /tests/od | |
parent | f02d6eea149169c6467da54b4e79dbc4b9f1f024 (diff) | |
download | coreutils-80b4ef8025e1949a9d6883d4b030efa75caaece8.tar.xz |
*** empty log message ***
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 |