From 69d40b9de060f88af224f1f27a7e020ccaabeddd Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 23 Oct 2011 22:21:19 -0400 Subject: * tests/007/except-1.txr: Use next :list instead of piping from echo command. As a result, this test case should run on MingW. --- tests/007/except-1.txr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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) -- cgit v1.2.3