Преглед изворни кода

Remove newline and add meaningful input to ghci

Moghedrin пре 10 година
родитељ
комит
26d8842f31
2 измењених фајлова са 1 додато и 3 уклоњено
  1. 0 1
      test/tests/haskell-cabal/container.sh
  2. 1 2
      test/tests/haskell-ghci/container.sh

+ 0 - 1
test/tests/haskell-cabal/container.sh

@@ -1,5 +1,4 @@
 #!/bin/bash
-
 set -e
 
 cabal update

+ 1 - 2
test/tests/haskell-ghci/container.sh

@@ -1,5 +1,4 @@
 #!/bin/bash
-
 set -e
 
-echo "" | ghci
+echo 'putStrLn "Hello, World"' | ghci