Skip to content

Commit c97fb8a

Browse files
rulthockin
authored andcommitted
test_e2e.sh: revert explicitly passing parameters to 'caller'
This reverts commit d67c7c6.
1 parent 27a325e commit c97fb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function caller() {
3636
}
3737

3838
function fail() {
39-
echo "FAIL: line $(caller "$@"):" "$@" >&3
39+
echo "FAIL: line $(caller):" "$@" >&3
4040
return 42
4141
}
4242

0 commit comments

Comments
 (0)