diff options
author | Ryan Moeller <[email protected]> | 2021-04-30 10:37:02 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-05-10 12:09:42 -0700 |
commit | 075dcad351d2527a43d012b515af33f7016470a1 (patch) | |
tree | a9a964b61100fe49b8dce5a982fc9d1082736e15 /tests/zfs-tests | |
parent | 5701e393b7dabfbf0cbcd2a70c2f1fc795e4c7d4 (diff) |
ZTS: Fix xattr_002_neg passing too soon
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #11970
Diffstat (limited to 'tests/zfs-tests')
-rwxr-xr-x | tests/zfs-tests/tests/functional/xattr/xattr_002_neg.ksh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/zfs-tests/tests/functional/xattr/xattr_002_neg.ksh b/tests/zfs-tests/tests/functional/xattr/xattr_002_neg.ksh index e379d1586..4393774cb 100755 --- a/tests/zfs-tests/tests/functional/xattr/xattr_002_neg.ksh +++ b/tests/zfs-tests/tests/functional/xattr/xattr_002_neg.ksh @@ -57,6 +57,6 @@ for arg in ${args[*]}; do # create a file log_must touch $TESTDIR/myfile.$$ log_mustnot eval "cat $TESTDIR/myfile.$$ not-here.txt > /dev/null 2>&1" - - log_pass "A read of a non-existent xattr fails" done + +log_pass "A read of a non-existent xattr fails" |