Author: Trent W. Buck Forwarded: not-needed Description: Don't use (missing) hspwd.hs for tests. Darcs 2.3b1 shipped without hspwd.hs, which broke ./Setup test. Since Debian's pwd builtin isn't buggy, simply use it. Not forwarded because a working pwd builtin is Debian-specific. Index: darcs-2.4.3/tests/lib =================================================================== --- darcs-2.4.3.orig/tests/lib 2010-05-09 23:23:32.000000000 +1000 +++ darcs-2.4.3/tests/lib 2010-05-10 16:48:17.222446678 +1000 @@ -12,11 +12,6 @@ fi } -pwd() { - ghc --make "$TESTS_WD/hspwd.hs" - "$TESTS_WD/hspwd" -} - # switch locale to latin9 if supported if there's a locale command, skip test # otherwise switch_to_latin9_locale () {