X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Ftest_oblists;h=6afc979f0b90f5a7e7fba2952cab6013b354ce9a;hb=refs%2Fheads%2Fmaster;hp=7ce5674b37962930192c0a941d0f9367034f52fa;hpb=081a7c4eedd6e6aa9da616ed88c82ab85efdb98f;p=muddle-interpreter.git diff --git a/src/test_oblists b/src/test_oblists index 7ce5674..6afc979 100755 --- a/src/test_oblists +++ b/src/test_oblists @@ -1,5 +1,21 @@ #!/bin/sh +# Copyright (C) 2018 Keziah Wesley + +# You can redistribute and/or modify this file under the terms of the +# GNU Affero General Public License as published by the Free Software +# Foundation, either version 3 of the License, or (at your option) any +# later version. + +# This file 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 +# Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public +# License along with this file. If not, see +# . + assert_eq () { [ "$1" = "$2" ] || ( echo Assertion failed: "\"$1\"" = "\"$2\""; exit 1 ) }