diff options
Diffstat (limited to 'tests/ls/inode')
-rwxr-xr-x | tests/ls/inode | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls/inode b/tests/ls/inode index 08ae0f8b9..7072d4661 100755 --- a/tests/ls/inode +++ b/tests/ls/inode @@ -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 && ls --version +print_ver_ ls touch f || framework_failure ln -s f slink || framework_failure |