projects
/
libzstd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b9d2f7
)
Use bash for test script portablitity
author
Kevin Murray
<spam@kdmurray.id.au>
Mon, 14 Nov 2016 00:54:32 +0000
(11:54 +1100)
committer
Alexandre Mestiashvili
<mestia@debian.org>
Fri, 12 Oct 2018 08:00:27 +0000
(09:00 +0100)
Gbp-Pq: Name 0006-Use-bash-for-test-script-portablitity.patch
tests/playTests.sh
patch
|
blob
|
history
diff --git
a/tests/playTests.sh
b/tests/playTests.sh
index 09a7377f293b16654abc50c77073bde127650ee1..8e9fe444c56271929cbecffb1b0c91e6104a36b8 100755
(executable)
--- a/
tests/playTests.sh
+++ b/
tests/playTests.sh
@@
-1,4
+1,4
@@
-#!/bin/sh -e
+#!/bin/
ba
sh -e
die() {
$ECHO "$@" 1>&2