Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expected stdout of createDirectoryIfMissing001 does not match actual output #20

Closed
argiopetech opened this issue Feb 22, 2015 · 2 comments
Labels
type: x-intended-behavior The described behavior is working as intended.

Comments

@argiopetech
Copy link
Contributor

Expected output

$ cat createDirectoryIfMissing001.stdout
()
createDirectoryIfMissing001.d/a: createDirectory: does not exist (No such file or directory)
()
()
()
()
createDirectoryIfMissing001.d: createDirectory: already exists (File exists)
createDirectoryIfMissing001.d/a: createDirectory: inappropriate type (Not a directory)

Actual output

$ runhaskell createDirectoryIfMissing001.hs 
()
createDirectoryIfMissing001.d/a: createDirectory: does not exist (No such file or directory)
()
()
()
()
()
createDirectoryIfMissing001.d/a: createDirectory: inappropriate type (Not a directory)

Diff

--- ./createDirectoryIfMissing001.stdout    2015-02-21 19:29:03.462825322 -0500
+++ ./createDirectoryIfMissing001.run.stdout    2015-02-21 19:31:28.162325186 -0500
@@ -4,5 +4,5 @@
 ()
 ()
 ()
-createDirectoryIfMissing001.d: createDirectory: already exists (File exists)
+()
 createDirectoryIfMissing001.d/a: createDirectory: inappropriate type (Not a directory)

This appears to have been introduced in 1f11393 while fixing #4. See also #19.

@hvr
Copy link
Member

hvr commented Feb 22, 2015

So did something undo the effect of 1f11393 (thereby unfixing #4)?

@argiopetech
Copy link
Contributor Author

PEBCAK. While trying to test with testsuite from a sandbox, I inadvertently ended up linking the tests against directory-1.2.1.0.

@Rufflewind Rufflewind added the type: x-intended-behavior The described behavior is working as intended. label Sep 5, 2015
bgamari pushed a commit to bgamari/directory that referenced this issue Jul 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: x-intended-behavior The described behavior is working as intended.
Projects
None yet
Development

No branches or pull requests

3 participants