Tests: Hard-code location of todo.sh.

As todo.sh is placed by test-lib at a fixed place, avoid the lookup through which.
This commit is contained in:
Ingo Karkat
2012-04-15 10:35:17 +02:00
parent 3e82f3ca56
commit b21d16878f

View File

@@ -15,7 +15,7 @@ backtick_check()
}
test_todo_session 'no old-style backtick command substitution' <<EOF
>>> backtick_check "$(which todo.sh)"
>>> backtick_check bin/todo.sh
EOF
test_done