diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-02-28 11:20:13 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-02-28 15:50:14 -0500 |
commit | 5fdb2b14d221c6c2a166f4dee820e4fce619fed1 (patch) | |
tree | 0c1b69be0fe4893d91e6f90df8faf9ce157ff458 /testsuite/tests/cabal | |
parent | 122c67763bd73144bc6f3a6d86f275e6d1e297f9 (diff) | |
download | haskell-5fdb2b14d221c6c2a166f4dee820e4fce619fed1.tar.gz |
Try submodule bumps again
Bumps containers, time, and unix submodules.
This reverts commit c347a121b07d22fb91172337407986b6541e319d.
Diffstat (limited to 'testsuite/tests/cabal')
-rw-r--r-- | testsuite/tests/cabal/cabal08/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/cabal/cabal08/all.T b/testsuite/tests/cabal/cabal08/all.T index 95864fdf96..d8bc444f2a 100644 --- a/testsuite/tests/cabal/cabal08/all.T +++ b/testsuite/tests/cabal/cabal08/all.T @@ -4,6 +4,7 @@ else: cleanup = 'CLEANUP=0' test('cabal08', - extra_files(['Main.hs', 'Setup.hs', 'p1/', 'p2/']), + [extra_files(['Main.hs', 'Setup.hs', 'p1/', 'p2/']), + expect_broken(13313)], run_command, ['$MAKE -s --no-print-directory cabal08 ' + cleanup]) |