diff options
Diffstat (limited to 'tests/ls/x-option')
-rwxr-xr-x | tests/ls/x-option | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls/x-option b/tests/ls/x-option index ed6ef625f..e4859f706 100755 --- a/tests/ls/x-option +++ b/tests/ls/x-option @@ -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 mkdir subdir || framework_failure touch subdir/b || framework_failure |