Fix test to reflect run task bugfix.

This commit is contained in:
Phil Hagelberg 2010-11-21 20:59:25 -08:00
parent 7a3054cb33
commit 6f517d0af2

View file

@ -27,4 +27,4 @@
(is (= "BRUNCH" (slurp out-file)))
(delete-file out-file :silently)
(is (zero? (run project ":mmm" "1")))
(is (= ":munched (\"1\")" (slurp out-file))))
(is (= ":munched (:mmm \"1\")" (slurp out-file))))