summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/listCommand002.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/listCommand002.hs')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/listCommand002.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/listCommand002.hs b/testsuite/tests/ghci.debugger/scripts/listCommand002.hs
new file mode 100644
index 0000000000..71f3f5482c
--- /dev/null
+++ b/testsuite/tests/ghci.debugger/scripts/listCommand002.hs
@@ -0,0 +1,5 @@
+import System.Directory
+
+main = do
+ setCurrentDirectory ".."
+ putStrLn "Hello World" \ No newline at end of file