diff options
Diffstat (limited to 'tests/init.test')
-rw-r--r-- | tests/init.test | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/tests/init.test b/tests/init.test index 14293ba..8915189 100644 --- a/tests/init.test +++ b/tests/init.test @@ -150,14 +150,8 @@ deinit += -d prj # mkdir --no-cleanup prj/prj.pkg; - # @@ Shouldn't we add mv builtin? - # - fs = prj/prj/ prj/build/ prj/buildfile prj/manifest prj/.gitignore; - cp --no-cleanup -p -r $fs prj/prj.pkg/; - rm -r $fs; - - cp --no-cleanup -p -r prj/prj.pkg/ prj/prj; - rm -r prj/prj.pkg/; + mv prj/prj prj/build prj/buildfile prj/manifest prj/.gitignore prj/prj.pkg/; + mv prj/prj.pkg prj/prj; cat <<EOI >=prj/packages.manifest; : 1 |