We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9da79 commit c56b6bbCopy full SHA for c56b6bb
tests/zfs-tests/tests/functional/xattr/xattr_002_neg.ksh
@@ -57,6 +57,6 @@ for arg in ${args[*]}; do
57
# create a file
58
log_must touch $TESTDIR/myfile.$$
59
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"
62
done
+
+log_pass "A read of a non-existent xattr fails"
0 commit comments