test_e2e.sh: revert explicitly passing parameters to 'caller'

This reverts commit d67c7c6c93.
This commit is contained in:
Raúl Benencia 2024-06-24 13:09:11 -07:00 committed by Tim Hockin
parent 27a325e9f3
commit c97fb8ac36
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ function caller() {
}
function fail() {
echo "FAIL: line $(caller "$@"):" "$@" >&3
echo "FAIL: line $(caller):" "$@" >&3
return 42
}