From 9b93dd397b4a00063073fdbd59b181a508470e70 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 30 Mar 2016 03:20:13 -0500 Subject: Whitespace and comment. --- tests/mv.test | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/mv.test') diff --git a/tests/mv.test b/tests/mv.test index b699d017..036fd48e 100755 --- a/tests/mv.test +++ b/tests/mv.test @@ -1,5 +1,10 @@ #!/bin/bash +# TODO: needs root to mount tmpfs to test moving across filesystems. +# check handling of chattr +i immutable bit +# "touch two; chmod -w two; mv one two" shouldn't prompt to delete two if +# one doesn't exist. + # Copyright 2013 Robin Mittal # Copyright 2013 Divya Kothari -- cgit v1.2.3