Remove special characters from test names.

* tests/01-script-$0.sh: Rename this...
* tests/01-script-arg-0.sh: ...to this.
* tests/01-script-$#.sh: Rename this...
* tests/01-script-arg-length.sh: ...to this.
* tests/01-script-$#.stdout: Rename this...
* tests/01-script-arg-length.stdout: ...to this.
* tests/01-script-$@.sh: Rename this...
* tests/01-script-arg-list.sh: ...to this.
* tests/01-script-$@.stdout: Rename this...
* tests/01-script-arg-list.stdout: ...to this.
* check.sh: Update test names.
This commit is contained in:
Timothy Sample 2018-12-15 22:35:22 -05:00
parent fe7a322d4e
commit 3584866b73
6 changed files with 3 additions and 3 deletions

View File

@ -17,9 +17,9 @@ tests='
01-script-backslash
01-script-backslash-space
01-script-backslash-twice
01-script-$0
01-script-$#
01-script-$@
01-script-arg-0
01-script-arg-length
01-script-arg-list
01-script-shift
03-echo