diff options
Diffstat (limited to 'tests/ls')
-rwxr-xr-x | tests/ls/capability.sh | 2 | ||||
-rwxr-xr-x | tests/ls/root-rel-symlink-color.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ls/capability.sh b/tests/ls/capability.sh index bd32be263..2a85c7c47 100755 --- a/tests/ls/capability.sh +++ b/tests/ls/capability.sh @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src -print_ver_ ls +print_ver_ ls printf require_root_ grep '^#define HAVE_CAP 1' $CONFIG_HEADER > /dev/null \ diff --git a/tests/ls/root-rel-symlink-color.sh b/tests/ls/root-rel-symlink-color.sh index 0b977fcb6..41ad34205 100755 --- a/tests/ls/root-rel-symlink-color.sh +++ b/tests/ls/root-rel-symlink-color.sh @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src -print_ver_ ls +print_ver_ ls test symlink_to_rel= for i in /*; do |