summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-09-26 22:40:58 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-09-26 22:40:58 -0700
commit6532950b26a7dfc61818c73376a14d90ba79a631 (patch)
tree92e51c16553283ae9e571694265b0d88067d1c8a /tests
parent90914d2d16cc0389759b398032c56bbe24cb9ca0 (diff)
MediaBag: ensure that / is always used as path separator.
Diffstat (limited to 'tests')
-rw-r--r--tests/Tests/Shared.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Tests/Shared.hs b/tests/Tests/Shared.hs
index 9b55b7b1d..4d6076114 100644
--- a/tests/Tests/Shared.hs
+++ b/tests/Tests/Shared.hs
@@ -9,7 +9,7 @@ import Test.Framework.Providers.HUnit
import Test.HUnit ( assertBool, (@?=) )
import Text.Pandoc.Builder
import Data.Monoid
-import System.FilePath (joinPath)
+import System.FilePath.Posix (joinPath)
tests :: [Test]
tests = [ testGroup "normalize"