diff options
Diffstat (limited to 'tests/functional/push-to-store.sh')
-rwxr-xr-x | tests/functional/push-to-store.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/push-to-store.sh b/tests/functional/push-to-store.sh index 9e4e475e0..fe551179e 100755 --- a/tests/functional/push-to-store.sh +++ b/tests/functional/push-to-store.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash set -x set -e |