Skip to content

Commit e534b57

Browse files
committed
Improve non-existent executable test
Make it a bit more obvious whether the non-existent executable test has passed. Still to do: make an actual test suite that will exit 1 if it doesn't succeed
1 parent 2e58f66 commit e534b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Main.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ main = do
1919

2020
log "emits an error if executable does not exist"
2121
nonExistentExecutable $ do
22-
log "all good."
22+
log "nonexistent executable: all good."
2323

2424
log "doesn't perform effects too early"
2525
ls <- spawn "ls" ["-la"] defaultSpawnOptions

0 commit comments

Comments
 (0)