Fix `with-locale*' in `(test-suite lib)'.
authorLudovic Courtès <ludo@gnu.org>
Wed, 3 Mar 2010 22:57:50 +0000 (23:57 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 3 Mar 2010 22:57:50 +0000 (23:57 +0100)
commitf5147c84a2228b5f23608aba4319b3fa4b7a432c
tree587c638942c63d576f1087ee948eda11c30bedba
parent54096be7528be999a5eb1b393922c331880128ae
Fix `with-locale*' in `(test-suite lib)'.

* test-suite/lib.scm (with-locale*): Set LOC to the previous locale
  name, not to the new locale name.  Only restore LOC when it's not #f.
  (with-locale): Use `syntax-rules'.
test-suite/lib.scm