summaryrefslogtreecommitdiffstats
path: root/tests/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs')
-rw-r--r--tests/bugs/bug-765564.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bugs/bug-765564.t b/tests/bugs/bug-765564.t
index cf00f520..c1f29d92 100644
--- a/tests/bugs/bug-765564.t
+++ b/tests/bugs/bug-765564.t
@@ -63,6 +63,9 @@ function rm_mv_correctness () {
return $ret
}
+TEST touch a;
+TEST mv a b;
+
TEST rm_mv_correctness;
TEST umount $M0;
cleanup;