diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/bugs/bug-765564.t | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bugs/bug-765564.t b/tests/bugs/bug-765564.t index cf00f520f14..c1f29d92e09 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;  | 
