tests: Skip tests that would hit the shebang length limitation.
authorLudovic Courtès <ludo@gnu.org>
Wed, 4 Jun 2014 15:26:54 +0000 (17:26 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 4 Jun 2014 16:15:50 +0000 (18:15 +0200)
commitc17b5ab4db140f142f38cdc99468e63e66c91912
tree1388155a22ec171872229350f5423dd2f208ebf4
parentd3bbe992ec33860aedccb26734a7a83d263e7ec3
tests: Skip tests that would hit the shebang length limitation.

* tests/gexp.scm (shebang): New variable.
  Skip "gexp->script" when SHEBANG is longer than 127 chars.
* guix/gexp.scm (gexp->script): Add comment on the issue.
guix/gexp.scm
tests/gexp.scm