1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 23:53:19 +08:00

sharness: Fix tests

License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
Łukasz Magiera
2017-12-28 20:12:13 +01:00
parent 3eb614fcb2
commit 83c57eda1f
84 changed files with 92 additions and 92 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Christian Couder # Copyright (c) 2014 Christian Couder
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2015 Christian Couder # Copyright (c) 2015 Christian Couder
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
test_description="Test sharness test indent" test_description="Test sharness test indent"

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Christian Couder # Copyright (c) 2014 Christian Couder
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.
@ -46,7 +46,7 @@ test_expect_success "ipfs cat fails" '
test_expect_success "ipfs cat no repo message looks good" ' test_expect_success "ipfs cat no repo message looks good" '
echo "Error: no IPFS repo found in $IPFS_PATH." > cat_fail_exp && echo "Error: no IPFS repo found in $IPFS_PATH." > cat_fail_exp &&
echo "please run: 'ipfs init'" >> cat_fail_exp && echo "please run: '"'"'ipfs init'"'"'" >> cat_fail_exp &&
test_path_cmp cat_fail_exp cat_fail_out test_path_cmp cat_fail_exp cat_fail_out
' '

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
test_description="Test config command" test_description="Test config command"

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Christian Couder # Copyright (c) 2014 Christian Couder
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2017 Jeromy Johnson # Copyright (c) 2017 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
test_description="Test datastore config" test_description="Test datastore config"

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
test_description="Test non-standard datastores" test_description="Test non-standard datastores"

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Christian Couder # Copyright (c) 2014 Christian Couder
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
test_description="Test mount command in conjunction with publishing" test_description="Test mount command in conjunction with publishing"

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Christian Couder # Copyright (c) 2014 Christian Couder
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
test_description="Test ping command" test_description="Test ping command"

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Christian Couder # Copyright (c) 2014 Christian Couder
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Christian Couder # Copyright (c) 2014 Christian Couder
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Christian Couder # Copyright (c) 2014 Christian Couder
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Christian Couder # Copyright (c) 2014 Christian Couder
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Christian Couder # Copyright (c) 2014 Christian Couder
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2015 Henry Bubert # Copyright (c) 2015 Henry Bubert
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2016 Jeromy Johnson # Copyright (c) 2016 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2016 Jeromy Johnson # Copyright (c) 2016 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Juan Batiz-Benet # Copyright (c) 2014 Juan Batiz-Benet
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Juan Batiz-Benet # Copyright (c) 2014 Juan Batiz-Benet
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.
# #

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Juan Batiz-Benet # Copyright (c) 2014 Juan Batiz-Benet
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2015 Jeromy Johnson # Copyright (c) 2015 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2016 Jeromy Johnson # Copyright (c) 2016 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2016 Jeromy Johnson # Copyright (c) 2016 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2015 Brian Holder-Chow Lin On # Copyright (c) 2015 Brian Holder-Chow Lin On
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Jeromy Johnson # Copyright (c) 2014 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Jeromy Johnson # Copyright (c) 2014 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.
# #

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2016 Mike Pfister # Copyright (c) 2016 Mike Pfister
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.
@ -23,7 +23,7 @@ repo.lock" '
mkdir -p $IPFS_PATH/datastore && mkdir -p $IPFS_PATH/datastore &&
touch $IPFS_PATH/datastore/LOCK && touch $IPFS_PATH/datastore/LOCK &&
touch $IPFS_PATH/repo.lock && touch $IPFS_PATH/repo.lock &&
printf "/ip4/127.0.0.1/tcp/5001" > $IPFS_PATH/api && printf "/ip4/127.0.0.1/tcp/5001" > "$IPFS_PATH/api" &&
ipfs repo fsck > fsck_out_actual1 ipfs repo fsck > fsck_out_actual1
' '
test_expect_success "'ipfs repo fsck' output looks good with no daemon" ' test_expect_success "'ipfs repo fsck' output looks good with no daemon" '
@ -42,9 +42,9 @@ test_expect_success "'ipfs repo fsck' confirm file deletion" '
# non-zero repo.lock issue # non-zero repo.lock issue
test_expect_success "'ipfs repo fsck' succeeds with no daemon running non-zero test_expect_success "'ipfs repo fsck' succeeds with no daemon running non-zero
repo.lock" ' repo.lock" '
mkdir -p $IPFS_PATH && mkdir -p "$IPFS_PATH" &&
printf ":D" > $IPFS_PATH/repo.lock && printf ":D" > "$IPFS_PATH/repo.lock" &&
touch $IPFS_PATH/datastore/LOCK && touch "$IPFS_PATH/datastore/LOCK" &&
ipfs repo fsck > fsck_out_actual1b ipfs repo fsck > fsck_out_actual1b
' '
test_expect_success "'ipfs repo fsck' output looks good with no daemon" ' test_expect_success "'ipfs repo fsck' output looks good with no daemon" '
@ -64,7 +64,7 @@ test_expect_success "'ipfs repo fsck' confirm file deletion" '
# Try with locks api and datastore/LOCK # Try with locks api and datastore/LOCK
test_expect_success "'ipfs repo fsck' succeeds partial lock" ' test_expect_success "'ipfs repo fsck' succeeds partial lock" '
printf "/ip4/127.0.0.1/tcp/5001" > $IPFS_PATH/api && printf "/ip4/127.0.0.1/tcp/5001" > "$IPFS_PATH/api" &&
touch $IPFS_PATH/datastore/LOCK && touch $IPFS_PATH/datastore/LOCK &&
ipfs repo fsck > fsck_out_actual2 ipfs repo fsck > fsck_out_actual2
' '
@ -82,7 +82,7 @@ test_expect_success "'ipfs repo fsck' confirm file deletion" '
# Try with locks api and repo.lock # Try with locks api and repo.lock
test_expect_success "'ipfs repo fsck' succeeds partial lock" ' test_expect_success "'ipfs repo fsck' succeeds partial lock" '
printf "/ip4/127.0.0.1/tcp/5001" > $IPFS_PATH/api && printf "/ip4/127.0.0.1/tcp/5001" > "$IPFS_PATH/api" &&
touch $IPFS_PATH/repo.lock && touch $IPFS_PATH/repo.lock &&
ipfs repo fsck > fsck_out_actual3 ipfs repo fsck > fsck_out_actual3
' '
@ -154,7 +154,7 @@ test_expect_success "'ipfs repo fsck' confirm file deletion" '
# Try with single lock api # Try with single lock api
test_expect_success "'ipfs repo fsck' succeeds partial lock" ' test_expect_success "'ipfs repo fsck' succeeds partial lock" '
printf "/ip4/127.0.0.1/tcp/5001" > $IPFS_PATH/api && printf "/ip4/127.0.0.1/tcp/5001" > "$IPFS_PATH/api" &&
ipfs repo fsck > fsck_out_actual7 ipfs repo fsck > fsck_out_actual7
' '

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) Jakub Sztandera # Copyright (c) Jakub Sztandera
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2016 Jeromy Johnson # Copyright (c) 2016 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2016 Jeromy Johnson # Copyright (c) 2016 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2016 Jeromy Johnson # Copyright (c) 2016 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2017 John Reed # Copyright (c) 2017 John Reed
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2015 Matt Bell # Copyright (c) 2015 Matt Bell
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Jeromy Johnson # Copyright (c) 2014 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Jeromy Johnson # Copyright (c) 2014 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2015 Matt Bell # Copyright (c) 2015 Matt Bell
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Christian Couder # Copyright (c) 2014 Christian Couder
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2016 Marcin Rataj # Copyright (c) 2016 Marcin Rataj
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Jeromy Johnson # Copyright (c) 2014 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2016 Jeromy Johnson # Copyright (c) 2016 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2017 Jeromy Johnson # Copyright (c) 2017 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2015 Jeromy Johnson # Copyright (c) 2015 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2015 Jeromy Johnson # Copyright (c) 2015 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Jeromy Johnson # Copyright (c) 2014 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Jeromy Johnson # Copyright (c) 2014 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
test_description="Test ipfs cli cmd suggest" test_description="Test ipfs cli cmd suggest"

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2015 Jeromy Johnson # Copyright (c) 2015 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
test_description="Test resolve command" test_description="Test resolve command"

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2017 Jeromy Johnson # Copyright (c) 2017 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
test_description="Test dht command" test_description="Test dht command"

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
test_description="Test reprovider" test_description="Test reprovider"

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
test_description="Test experimental p2p commands" test_description="Test experimental p2p commands"

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
test_description="Test dht command" test_description="Test dht command"

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2015 Jeromy Johnson # Copyright (c) 2015 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
test_description="Test circuit relay" test_description="Test circuit relay"

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
test_description="Test IPNS pubsub" test_description="Test IPNS pubsub"

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Christian Couder # Copyright (c) 2014 Christian Couder
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2015 Jeromy Johnson # Copyright (c) 2015 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2015 Jeromy Johnson # Copyright (c) 2015 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2015 Cayman Nava # Copyright (c) 2015 Cayman Nava
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2015 Jeromy Johnson # Copyright (c) 2015 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2015 Jeromy Johnson # Copyright (c) 2015 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Jeromy Johnson # Copyright (c) 2014 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2015 Jeromy Johnson # Copyright (c) 2015 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2016 Jeromy Johnson # Copyright (c) 2016 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2016 Kevin Atkinson # Copyright (c) 2016 Kevin Atkinson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2014 Christian Couder # Copyright (c) 2014 Christian Couder
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2017 Jeromy Johnson # Copyright (c) 2017 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2017 Jeromy Johnson # Copyright (c) 2017 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2017 Jakub Sztandera # Copyright (c) 2017 Jakub Sztandera
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2017 Jakub Sztandera # Copyright (c) 2017 Jakub Sztandera
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2015 Christian Couder # Copyright (c) 2015 Christian Couder
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2017 Whyrusleeping # Copyright (c) 2017 Whyrusleeping
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2016 Lars Gierth # Copyright (c) 2016 Lars Gierth
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2016 Tom O'Donnell # Copyright (c) 2016 Tom O'Donnell
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
test_description="Tests for various fixed issues and regressions." test_description="Tests for various fixed issues and regressions."

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
test_description="Tests for various fixed issues and regressions." test_description="Tests for various fixed issues and regressions."

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# #
# Copyright (c) 2016 Jeromy Johnson # Copyright (c) 2016 Jeromy Johnson
# MIT Licensed; see the LICENSE file in this repository. # MIT Licensed; see the LICENSE file in this repository.