Merge pull request #10493 from Sdywolf/doc-refine/repl
[cabal.git] / cabal-testsuite / PackageTests / Get / T7248 / cabal.test.hs
blob782742f7ff033fc17302bdeb42a37152e69e7072
1 -- 2021-10-06, issue #7248
2 --
3 -- Purpose of this test:
4 -- Make sure that ordinary user communication does not contain 'Show'ed internal structures.
5 --
6 -- This is a golden value test that reports the produced error message.
7 -- Needs to be checked manually whether it meets expectations.
9 import Test.Cabal.Prelude
10 main = cabalTest $
11 fails $
12 cabalG
13 [ "--config-file", "cabal.config" ]
14 "get"
15 [ "a-b-s-e-n-t" ]