aboutsummaryrefslogtreecommitdiffstats
path: root/tests/zfs-tests
diff options
context:
space:
mode:
authorRyan Moeller <[email protected]>2021-04-30 10:37:02 -0400
committerBrian Behlendorf <[email protected]>2021-05-10 12:09:42 -0700
commit075dcad351d2527a43d012b515af33f7016470a1 (patch)
treea9a964b61100fe49b8dce5a982fc9d1082736e15 /tests/zfs-tests
parent5701e393b7dabfbf0cbcd2a70c2f1fc795e4c7d4 (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-xtests/zfs-tests/tests/functional/xattr/xattr_002_neg.ksh4
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"