diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-11-24 14:01:40 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-11-24 14:13:38 -0500 |
commit | bba2b9bf2d69700dc114118658507aaac34c5e62 (patch) | |
tree | 3851b5f467ab0b4bcbd2843be4e69256beb7b707 /testsuite | |
parent | 6a70acfa0b8757b9a6a56cffedc4b16a39dad510 (diff) | |
download | haskell-bba2b9bf2d69700dc114118658507aaac34c5e62.tar.gz |
Revert "Fix uninformative hp2ps error when the cmdline contains double quotes"
This reverts commit 390df8b51b917fb6409cbde8e73fe838d61d8832.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/hp2ps/Makefile | 9 | ||||
-rw-r--r-- | testsuite/tests/hp2ps/T15904.hs | 8 | ||||
-rw-r--r-- | testsuite/tests/hp2ps/T15904.stdout | 7 | ||||
-rw-r--r-- | testsuite/tests/hp2ps/all.T | 1 |
4 files changed, 0 insertions, 25 deletions
diff --git a/testsuite/tests/hp2ps/Makefile b/testsuite/tests/hp2ps/Makefile deleted file mode 100644 index 4618db77ae..0000000000 --- a/testsuite/tests/hp2ps/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -TOP=../.. -include $(TOP)/mk/boilerplate.mk -include $(TOP)/mk/test.mk - -.PHONY: T15904 -T15904: - "$(TEST_HC)" $(TEST_HC_OPTS) -rtsopts -main-is "$@" "$@.hs" -o "\"$@\"" - "./\"$@\"" '{"e": 2.72, "pi": 3.14}' $$'\n' "\\" "" +RTS -h - "$(HP2PS_ABS)" "\"$@\".hp" diff --git a/testsuite/tests/hp2ps/T15904.hs b/testsuite/tests/hp2ps/T15904.hs deleted file mode 100644 index 7c009ffbee..0000000000 --- a/testsuite/tests/hp2ps/T15904.hs +++ /dev/null @@ -1,8 +0,0 @@ -module T15904 (main) where - -import System.Environment - -main :: IO () -main = do - args <- getArgs - mapM_ putStrLn args diff --git a/testsuite/tests/hp2ps/T15904.stdout b/testsuite/tests/hp2ps/T15904.stdout deleted file mode 100644 index 6b08737b98..0000000000 --- a/testsuite/tests/hp2ps/T15904.stdout +++ /dev/null @@ -1,7 +0,0 @@ -[1 of 1] Compiling T15904 ( T15904.hs, T15904.o ) -Linking "T15904" ... -{"e": 2.72, "pi": 3.14} - - -\ - diff --git a/testsuite/tests/hp2ps/all.T b/testsuite/tests/hp2ps/all.T deleted file mode 100644 index bebeb568e3..0000000000 --- a/testsuite/tests/hp2ps/all.T +++ /dev/null @@ -1 +0,0 @@ -test('T15904', [], run_command, ['$MAKE -s --no-print-directory T15904']) |