Test: test.sh should use bash

pull/826/head
Brad House 6 months ago
parent 072972aec1
commit b622f61bb5
  1. 2
      ci/test.sh

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Copyright (C) The c-ares project and its contributors
# SPDX-License-Identifier: MIT
set -e -x -o pipefail

Loading…
Cancel
Save