From b21d16878f0ec41e0c5e1841fa2475280ffeb296 Mon Sep 17 00:00:00 2001 From: Ingo Karkat Date: Sun, 15 Apr 2012 10:35:17 +0200 Subject: [PATCH] Tests: Hard-code location of todo.sh. As todo.sh is placed by test-lib at a fixed place, avoid the lookup through which. --- tests/t0100-code-nobacktick.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/t0100-code-nobacktick.sh b/tests/t0100-code-nobacktick.sh index c11f6bc..2fe6bd8 100755 --- a/tests/t0100-code-nobacktick.sh +++ b/tests/t0100-code-nobacktick.sh @@ -15,7 +15,7 @@ backtick_check() } test_todo_session 'no old-style backtick command substitution' <>> backtick_check "$(which todo.sh)" +>>> backtick_check bin/todo.sh EOF test_done