diff options
Diffstat (limited to 'tests/readlink/rl-1')
-rwxr-xr-x | tests/readlink/rl-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/readlink/rl-1 b/tests/readlink/rl-1 index 36dde3dc2..0b0359588 100755 --- a/tests/readlink/rl-1 +++ b/tests/readlink/rl-1 @@ -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 mkdir subdir || framework_failure touch regfile || framework_failure |