summaryrefslogtreecommitdiff
path: root/src/glx
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2017-02-26 13:35:25 +0000
committerEric Engestrom <eric@engestrom.ch>2017-02-26 13:39:12 +0000
commita1e5e55989c70c5f58bdd8a797f9a035f068f580 (patch)
treef1ab3c1f42a2f20e1b176dd2e02c1ff093bd70bb /src/glx
parent47c49f619045f8b3d597558adac736578c3f14cb (diff)
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 <eric@engestrom.ch>
Diffstat (limited to 'src/glx')
-rwxr-xr-xsrc/glx/tests/dispatch-index-check2
1 files changed, 1 insertions, 1 deletions
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' \