diff options
Diffstat (limited to 'tests/ls/nameless-uid')
-rwxr-xr-x | tests/ls/nameless-uid | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ls/nameless-uid b/tests/ls/nameless-uid index a29b17081..4fe0f6559 100755 --- a/tests/ls/nameless-uid +++ b/tests/ls/nameless-uid @@ -36,7 +36,6 @@ fi touch f || framework_failure chown $nameless_uid f || framework_failure -fail=0 set -- `ls -o f` || fail=1 test $3 = $nameless_uid || fail=1 |