diff options
author | Eric Engestrom <[email protected]> | 2017-02-26 13:35:25 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2017-02-26 13:39:12 +0000 |
commit | a1e5e55989c70c5f58bdd8a797f9a035f068f580 (patch) | |
tree | f1ab3c1f42a2f20e1b176dd2e02c1ff093bd70bb /src/glx/tests | |
parent | 47c49f619045f8b3d597558adac736578c3f14cb (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 <[email protected]>
Diffstat (limited to 'src/glx/tests')
-rwxr-xr-x | src/glx/tests/dispatch-index-check | 2 |
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' \ |