[chapel-lang/chapel] Simplify create-registry test to avoid leftover gi

Branch: refs/heads/master
Revision: c78e7c7
Author: ben-albrecht
Log Message:

Merge pull request #16312 from ben-albrecht/fix-publish-test

Simplify create-registry test to avoid leftover git artifacts

The previous test behavior was publishing to a directory that was part ofthe Chapel repository. This resulted in local commits to the Chapel git repo after running this test, showing up as:

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

        modified:   pathToRegistry/registry (new commits)

Now we just publish to a new directory registry which is not git-ignored.

[Reviewed by @ankingcodes && @mppf]

Modified Files:
A test/mason/publish/create-registry/.gitignore
A test/mason/publish/create-registry/registry.notest
R test/mason/publish/create-registry/pathToRegistry.notest
R test/mason/publish/create-registry/pathToRegistry/registry
M test/mason/publish/create-registry/CLEANFILES
M test/mason/publish/create-registry/create-registry.chpl
M test/mason/publish/create-registry/create-registry.good

Compare: https://github.com/chapel-lang/chapel/compare/d212118dd43b...c78e7c7a66a7