From a873d972cd827197f5314346f17bddd6338c8e52 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Wed, 19 Jul 2023 14:19:59 +0200 Subject: Make test work when called from runtests which changes cwd --- test/it_pipe.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/it_pipe.t b/test/it_pipe.t index 79c27b2..734b7fa 100755 --- a/test/it_pipe.t +++ b/test/it_pipe.t @@ -2,7 +2,7 @@ lines[1], "lines[1], " "foo"])->lines(), ["foo"]); is(it::pipe('echo {x}', ['x' => "foo"])->lines(), ["foo"]); is(it::pipe('echo {0}{1}', "f", "oo")->lines(), ["foo"]); -- cgit v1.2.3