summaryrefslogtreecommitdiff
path: root/test/test.sh
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-11-22 01:29:40 +0000
committerHeiko Becker <mail@heiko-becker.de>2022-11-25 19:16:24 +0100
commit9a2a92417a598d39606948f4c357e899e25e9dd1 (patch)
tree25a1171467971a9a28e4a6bb3c0fd9abcd6b1aa9 /test/test.sh
parent574ee6aa59157baa5a5da462415d7bd48c108554 (diff)
downloadwgetpaste-9a2a92417a598d39606948f4c357e899e25e9dd1.tar.gz
test: use portable bash shebang
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index 4f03070..787170d 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/usr/bin/env bash
# wgetpaste test script
# Exit code: number of mismatched downloads or 1 for general failure