Permalink
Browse files

Rename tests for 'test' builtin for consistency.

  • Loading branch information...
Andy Chu
Andy Chu committed Sep 26, 2017
1 parent 5d44441 commit bd2a916c9d35c0449474c54437b2354ce8a27d1f
Showing with 5 additions and 5 deletions.
  1. 0 spec/{test-builtin.test.sh → builtin-test.test.sh}
  2. +5 −5 test/spec.sh
File renamed without changes.
View
@@ -247,11 +247,6 @@ if_() {
${REF_SHELLS[@]} $ZSH $OSH "$@"
}
test-builtin() {
sh-spec spec/test-builtin.test.sh --osh-failures-allowed 1 \
${REF_SHELLS[@]} $OSH "$@"
}
builtins() {
sh-spec spec/builtins.test.sh --osh-failures-allowed 3 \
${REF_SHELLS[@]} $OSH "$@"
@@ -262,6 +257,11 @@ builtin-vars() {
${REF_SHELLS[@]} $OSH "$@"
}
builtin-test() {
sh-spec spec/builtin-test.test.sh --osh-failures-allowed 1 \
${REF_SHELLS[@]} $OSH "$@"
}
# Bash impleement type -t, but no other shell does. For Nix.
builtin-type() {
sh-spec spec/builtin-type.test.sh \

0 comments on commit bd2a916

Please sign in to comment.