blob: bc9c3133ca90cf5a4f711b4e8c268388a94e439b [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001touch foo
2chmod a-r foo
3busybox mv foo bar
4test ! -e foo
5test -f bar