Skip to content

Commit 1bad3aa

Browse files
committed
Update path in curl test stub
1 parent ec4668a commit 1bad3aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/bin/curl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Fake curl command stub for tests.
44
set -e
55

6-
# Return empty list of indexes for ghe-backup-es-audit-log
7-
if echo "$@" | grep -q '_cat/indices/audit_log\*?h=index$'; then
6+
# Return empty list of indexes for ghe-backup-es-audit-log and ghe-backup-es-hookshot
7+
if echo "$@" | grep -q '_cat/indices/'; then
88
exit 0
99
fi
1010

0 commit comments

Comments
 (0)