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