Skip to content

Commit

Permalink
ZTS: Fix xattr_002_neg passing too soon
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Moeller authored and Ryan Moeller committed Apr 23, 2021
1 parent 50a657f commit 6db8d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/zfs-tests/tests/functional/xattr/xattr_002_neg.ksh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6db8d32

Please sign in to comment.