diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-12 12:08:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-12 12:08:16 +0200 |
commit | 4e5e0bb6b9e769db94846273d213b7612321efd4 (patch) | |
tree | c448af799a892d186aa1a347ad46f234f1fe0961 /tests | |
parent | 1d8e9d5f711149e7d457cdb3b1922f5a8a91d457 (diff) |
Temporary disable test that requires mv testscript builtin
Diffstat (limited to 'tests')
-rw-r--r-- | tests/new.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/new.test b/tests/new.test index 1329ee5..ae9be31 100644 --- a/tests/new.test +++ b/tests/new.test @@ -69,6 +69,8 @@ status += -d prj : $* -t empty x 2>'error: invalid project name: length is less than two characters' != 0 + #\ + @@ mv : project-derived : $* -t empty xx 2>>/"EOE"; @@ -80,6 +82,7 @@ status += -d prj info: leaving the 'project' manifest value empty created new executable package pkg in $~/x/pkg/ EOE + #\ } } |