From a1e5e55989c70c5f58bdd8a797f9a035f068f580 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sun, 26 Feb 2017 13:35:25 +0000 Subject: check: mark two tests are requiring bash Requirement was removed just before pushing, but it's actually needed for heredocs (`<<<`). Signed-off-by: Eric Engestrom --- src/glx/tests/dispatch-index-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glx/tests/dispatch-index-check') diff --git a/src/glx/tests/dispatch-index-check b/src/glx/tests/dispatch-index-check index 78464b83051..baa09c5bd93 100755 --- a/src/glx/tests/dispatch-index-check +++ b/src/glx/tests/dispatch-index-check @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # extract enum definition dispatch_list=$(sed '/__GLXdispatchIndex/,/__GLXdispatchIndex/!d' \ -- cgit v1.2.3