Skip to content

Commit df0aa6e

Browse files
committed
drop negative testing of bash tests, not needed for now (#20)
1 parent 6e96870 commit df0aa6e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,9 @@ testexamples: build
7272
$(SHELLTEST) tests/examples
7373

7474
# run tests that require --shell /bin/bash
75+
# these are expected to fail with the default shell (sh), but we don't need to test that
7576
testbash: build
76-
@echo bash tests should fail when run with /bin/sh:
77-
@(! $(SHELLTEST) tests/bash >/dev/null) && echo ok
78-
@echo bash tests should succeed when run with /bin/bash:
77+
@echo bash tests should succeed when run with --shell /bin/bash:
7978
@$(SHELLTEST) tests/bash --shell /bin/bash
8079

8180
# run shell tests with several ghc versions

0 commit comments

Comments
 (0)