diff options
Diffstat (limited to 'tests/misc/cat-buf')
-rwxr-xr-x | tests/misc/cat-buf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/cat-buf b/tests/misc/cat-buf index 303c4e268..0d9fe349c 100755 --- a/tests/misc/cat-buf +++ b/tests/misc/cat-buf @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. . "${srcdir=.}/init.sh"; path_prepend_ ../src -test "$VERBOSE" = yes && cat --version +print_ver_ cat # Use a fifo rather than a pipe in the tests below # so that the producer (cat) will wait until the |