summaryrefslogtreecommitdiffstats
path: root/tests/bugs/posix/bug-1619720.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/posix/bug-1619720.t')
-rwxr-xr-xtests/bugs/posix/bug-1619720.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/bugs/posix/bug-1619720.t b/tests/bugs/posix/bug-1619720.t
index e5d9a80c601..bfd304dc809 100755
--- a/tests/bugs/posix/bug-1619720.t
+++ b/tests/bugs/posix/bug-1619720.t
@@ -48,10 +48,11 @@ TEST mv $M0/tmp/file-2 $M0/tmp/file-3
TEST mv -f $M0/tmp/file-1 $M0/tmp/file-3
+
TEST getfattr -n $pgfid_xattr_name $B0/${V0}0/tmp/file-3
TEST getfattr -n $pgfid_xattr_name $B0/${V0}1/tmp/file-3
# Not required for the test but an extra check if required.
# The linkto file was not renamed Without the fix.
#TEST mv $M0/tmp/file-3 $M0/tmp/file-6
-#cleanup;
+cleanup;