summaryrefslogtreecommitdiff
path: root/p/haskell-notmuch-web/debian/patches/testsuite-http-code
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-notmuch-web/debian/patches/testsuite-http-code')
-rw-r--r--p/haskell-notmuch-web/debian/patches/testsuite-http-code12
1 files changed, 0 insertions, 12 deletions
diff --git a/p/haskell-notmuch-web/debian/patches/testsuite-http-code b/p/haskell-notmuch-web/debian/patches/testsuite-http-code
deleted file mode 100644
index ac2808703..000000000
--- a/p/haskell-notmuch-web/debian/patches/testsuite-http-code
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: haskell-notmuch-web-0.2.0/tests/HomeTest.hs
-===================================================================
---- haskell-notmuch-web-0.2.0.orig/tests/HomeTest.hs 2014-03-11 08:53:21.497243833 +0100
-+++ haskell-notmuch-web-0.2.0/tests/HomeTest.hs 2014-03-11 08:53:42.005243076 +0100
-@@ -11,6 +11,6 @@
- ydescribe "Basic home page tests" $
- yit "main page redirects to the login page" $ do
- get HomeR
-- statusIs 303
-+ statusIs 302
- get ("/auth/login" :: String)
- bodyContains "Password"