Actions
Bug #5966
closedzfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_rwx_002_pos incorrectly uses typeset builtin
Start date:
2015-05-28
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Test: /opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_rwx_002_pos (run as root) [00:43] [PASS] 17:34:12.61 ASSERTION: chmod A{+|-|=} read_data|write_data|execute for owner@, group@ or everyone@ correctly alters mode bits. 17:34:12.64 SUCCESS: usr_exec /usr/bin/touch /testdir101966/testfile 17:34:12.67 SUCCESS: usr_exec /usr/bin/chmod 020 /testdir101966/testfile 17:34:12.74 SUCCESS: usr_exec eval /usr/bin/ls -vd /testdir101966/testfile > /tmp/orig_ace.157307 17:34:12.77 SUCCESS: usr_exec /usr/bin/chmod A0+group@:execute/write_data:allow /testdir101966/testfile 17:34:12.78 /opt/zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_rwx_002_pos[229]: test_chmod_map[204]: check_test_result[141]: typeset: -3: unknown option 17:34:12.78 [-R[n]] [-X[n]] [-h string] [-T tname] [-Z[n]] [name[=value]...] 17:34:12.78 Or: typeset [ options ] -f [name...] 17:34:12.78 Usage: typeset [-bflmnprstuxACHS] [-a[type]] [-i[base]] [-E[n]] [-F[n]] [-L[n]] ...
Updated by Electric Monk almost 7 years ago
- Status changed from New to Closed
- % Done changed from 50 to 100
git commit fa517adbe8e043d0cdff8c3b22591c6fdec89934
commit fa517adbe8e043d0cdff8c3b22591c6fdec89934 Author: Yuri Pankov <yuri.pankov@nexenta.com> Date: 2015-06-04T22:21:38.000Z 5966 zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_rwx_002_pos incorrectly uses typeset builtin 5967 Invalid multiline string in zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_features_004_neg Reviewed by: John Kennedy <john.kennedy@delphix.com>
Actions