diff options
Diffstat (limited to 'tests/misc/tac-continue')
-rwxr-xr-x | tests/misc/tac-continue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/tac-continue b/tests/misc/tac-continue index 59dddc83e..b13cb5cf1 100755 --- a/tests/misc/tac-continue +++ b/tests/misc/tac-continue @@ -19,7 +19,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. . "${srcdir=.}/init.sh"; path_prepend_ ../src -test "$VERBOSE" = yes && tac --version +print_ver_ tac # See if the envvar is defined. if test x = "x$FULL_PARTITION_TMPDIR"; then |