test_e2e.sh: revert explicitly passing parameters to 'caller'
This reverts commit d67c7c6c93.
This commit is contained in:
parent
2ddcf44e08
commit
ef2d2175e4
|
|
@ -36,7 +36,7 @@ function caller() {
|
|||
}
|
||||
|
||||
function fail() {
|
||||
echo "FAIL: line $(caller "$@"):" "$@" >&3
|
||||
echo "FAIL: line $(caller):" "$@" >&3
|
||||
return 42
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue