Skip to content

Commit c2a3bcc

Browse files
Ryan Moellertonyhutter
authored andcommitted
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
1 parent d1277e2 commit c2a3bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/zfs-tests/tests/functional/xattr/xattr_002_neg.ksh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ for arg in ${args[*]}; do
5757
# create a file
5858
log_must touch $TESTDIR/myfile.$$
5959
log_mustnot eval "cat $TESTDIR/myfile.$$ not-here.txt > /dev/null 2>&1"
60-
61-
log_pass "A read of a non-existent xattr fails"
6260
done
61+
62+
log_pass "A read of a non-existent xattr fails"

0 commit comments

Comments
 (0)