aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/specification/lux/world/shell.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-07-30 01:12:05 -0400
committerEduardo Julian2021-07-30 01:12:05 -0400
commit9f039e8a0a09e0278547d697efa018cd3fd68672 (patch)
tree0b2298edfae39efa7195fc5152d267cc25dd7fc1 /stdlib/source/specification/lux/world/shell.lux
parent54b28c1caeda08965c258411a32229be1766d47f (diff)
More renamings.
Diffstat (limited to '')
-rw-r--r--stdlib/source/specification/lux/world/shell.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/specification/lux/world/shell.lux b/stdlib/source/specification/lux/world/shell.lux
index f7d8f28e7..16e0b6db8 100644
--- a/stdlib/source/specification/lux/world/shell.lux
+++ b/stdlib/source/specification/lux/world/shell.lux
@@ -37,7 +37,7 @@
(-> (/.Process Async) _.Assertion)
(|> (\ process await [])
(async\map (|>> (try\map (i.= /.normal))
- (try.default false)
+ (try.else false)
(_.cover' [/.Exit /.normal])))
async\join))
@@ -45,7 +45,7 @@
(-> Text (/.Process Async) (Async Bit))
(|> (\ process read [])
(async\map (|>> (try\map (text\= expected))
- (try.default false)))))
+ (try.else false)))))
(def: (can_destroy! process)
(-> (/.Process Async) (Async Bit))