summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-23 22:21:19 -0400
committerKaz Kylheku <kaz@kylheku.com>2011-10-23 22:21:19 -0400
commit69d40b9de060f88af224f1f27a7e020ccaabeddd (patch)
treecdf6bbe32d7d3d6d65a50e999d6ca2aa0bfb95c2 /tests
parentbb8705bd33c1cfa89cf07573dc5c477bdae1d6d0 (diff)
downloadtxr-69d40b9de060f88af224f1f27a7e020ccaabeddd.tar.gz
txr-69d40b9de060f88af224f1f27a7e020ccaabeddd.tar.bz2
txr-69d40b9de060f88af224f1f27a7e020ccaabeddd.zip
* tests/007/except-1.txr: Use next :list instead
of piping from echo command. As a result, this test case should run on MingW.
Diffstat (limited to 'tests')
-rw-r--r--tests/007/except-1.txr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/007/except-1.txr b/tests/007/except-1.txr
index 7f205a7f..a507895a 100644
--- a/tests/007/except-1.txr
+++ b/tests/007/except-1.txr
@@ -13,7 +13,7 @@
@ (baz x)
@(end)
@(define foo ())
-@ (next `!echo "0\n1\n"`)
+@ (next :list ("0" "1"))
@ (collect)
@num
@ (try)