Преглед на файлове

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