diff options
Diffstat (limited to 'tests/readlink/can-e')
-rwxr-xr-x | tests/readlink/can-e | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/readlink/can-e b/tests/readlink/can-e index d7e934e39..2d2868d0f 100755 --- a/tests/readlink/can-e +++ b/tests/readlink/can-e @@ -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 && readlink --version +print_ver_ readlink pwd=`pwd` my_pwd=$("$abs_top_builddir/src/pwd") |