From ef2d2175e4c00faa00424216437221d36339a355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Mon, 24 Jun 2024 13:09:11 -0700 Subject: [PATCH] test_e2e.sh: revert explicitly passing parameters to 'caller' This reverts commit d67c7c6c9370c3d12b1c4b914424e51bcffdaeb0. --- test_e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_e2e.sh b/test_e2e.sh index de2fb7a..d88fd43 100755 --- a/test_e2e.sh +++ b/test_e2e.sh @@ -36,7 +36,7 @@ function caller() { } function fail() { - echo "FAIL: line $(caller "$@"):" "$@" >&3 + echo "FAIL: line $(caller):" "$@" >&3 return 42 }