summaryrefslogtreecommitdiff
path: root/tests/func.tests
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2019-09-03 10:54:55 -0400
committerChet Ramey <chet.ramey@case.edu>2019-09-03 10:54:55 -0400
commit969496e53b34c2439a0125d09957c62d51159ed5 (patch)
tree5e366ce0d82ba4e193c93f19e8da03b6624fec91 /tests/func.tests
parent2dc823ee9663f2a011677aa95bfb5d183360d81f (diff)
downloadbash-969496e53b34c2439a0125d09957c62d51159ed5.tar.gz
commit bash-20190830 snapshot
Diffstat (limited to 'tests/func.tests')
-rw-r--r--tests/func.tests13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/func.tests b/tests/func.tests
index 8701c2ad..fffe3d2b 100644
--- a/tests/func.tests
+++ b/tests/func.tests
@@ -1,3 +1,16 @@
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
a()
{
x=$((x - 1))