sharness: Fix tests
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
Łukasz Magiera committed
Dec 28, 2017 at 20:12 UTC
83c57eda1fe4c50660761b401b4e4f016e6ecfd0
84 files changed
+92
-92
test/sharness/t0010-basic-commands.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Christian Couder
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0015-basic-sh-functions.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2015 Christian Couder
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0018-indent.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
3
test_description="Test sharness test indent"
4
test/sharness/t0020-init.sh
+2
-2
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Christian Couder
4
# MIT Licensed; see the LICENSE file in this repository.
@@ -46,7 +46,7 @@ test_expect_success "ipfs cat fails" '
46
47
test_expect_success "ipfs cat no repo message looks good" '
48
echo "Error: no IPFS repo found in $IPFS_PATH." > cat_fail_exp &&
49
- echo "please run: 'ipfs init'" >> cat_fail_exp &&
49
+ echo "please run: '"'"'ipfs init'"'"'" >> cat_fail_exp &&
50
test_path_cmp cat_fail_exp cat_fail_out
51
'
52
test/sharness/t0021-config.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
3
test_description="Test config command"
4
test/sharness/t0022-init-default.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Christian Couder
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0023-shutdown.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2017 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0024-datastore-config.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
3
test_description="Test datastore config"
4
test/sharness/t0025-datastores.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
3
test_description="Test non-standard datastores"
4
test/sharness/t0030-mount.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Christian Couder
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0031-mount-publish.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
3
test_description="Test mount command in conjunction with publishing"
4
test/sharness/t0040-add-and-cat.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Christian Couder
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0041-ping.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
3
test_description="Test ping command"
4
test/sharness/t0042-add-skip.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Christian Couder
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0043-add-w.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Christian Couder
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0044-add-symlink.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Christian Couder
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0045-ls.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Christian Couder
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0050-block.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Christian Couder
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0051-object.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2015 Henry Bubert
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0052-object-diff.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2016 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0053-dag.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2016 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0060-daemon.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Juan Batiz-Benet
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0061-daemon-opts.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Juan Batiz-Benet
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0062-daemon-api.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# MIT Licensed; see the LICENSE file in this repository.
4
#
test/sharness/t0063-daemon-init.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Juan Batiz-Benet
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0063-external.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2015 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0065-active-requests.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2016 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0066-migration.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2016 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0070-user-config.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2015 Brian Holder-Chow Lin On
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0080-repo.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0081-repo-pinning.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0082-repo-gc-auto.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# MIT Licensed; see the LICENSE file in this repository.
4
#
test/sharness/t0083-repo-fsck.sh
+8
-8
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2016 Mike Pfister
4
# MIT Licensed; see the LICENSE file in this repository.
@@ -23,7 +23,7 @@ repo.lock" '
23
mkdir -p $IPFS_PATH/datastore &&
24
touch $IPFS_PATH/datastore/LOCK &&
25
touch $IPFS_PATH/repo.lock &&
26
- printf "/ip4/127.0.0.1/tcp/5001" > $IPFS_PATH/api &&
26
+ printf "/ip4/127.0.0.1/tcp/5001" > "$IPFS_PATH/api" &&
27
ipfs repo fsck > fsck_out_actual1
28
'
29
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" '
42
# non-zero repo.lock issue
43
test_expect_success "'ipfs repo fsck' succeeds with no daemon running non-zero
44
repo.lock" '
45
- mkdir -p $IPFS_PATH &&
46
- printf ":D" > $IPFS_PATH/repo.lock &&
47
- touch $IPFS_PATH/datastore/LOCK &&
45
+ mkdir -p "$IPFS_PATH" &&
46
+ printf ":D" > "$IPFS_PATH/repo.lock" &&
47
+ touch "$IPFS_PATH/datastore/LOCK" &&
48
ipfs repo fsck > fsck_out_actual1b
49
'
50
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" '
64
65
# Try with locks api and datastore/LOCK
66
test_expect_success "'ipfs repo fsck' succeeds partial lock" '
67
- printf "/ip4/127.0.0.1/tcp/5001" > $IPFS_PATH/api &&
67
+ printf "/ip4/127.0.0.1/tcp/5001" > "$IPFS_PATH/api" &&
68
touch $IPFS_PATH/datastore/LOCK &&
69
ipfs repo fsck > fsck_out_actual2
70
'
@@ -82,7 +82,7 @@ test_expect_success "'ipfs repo fsck' confirm file deletion" '
82
83
# Try with locks api and repo.lock
84
test_expect_success "'ipfs repo fsck' succeeds partial lock" '
85
- printf "/ip4/127.0.0.1/tcp/5001" > $IPFS_PATH/api &&
85
+ printf "/ip4/127.0.0.1/tcp/5001" > "$IPFS_PATH/api" &&
86
touch $IPFS_PATH/repo.lock &&
87
ipfs repo fsck > fsck_out_actual3
88
'
@@ -154,7 +154,7 @@ test_expect_success "'ipfs repo fsck' confirm file deletion" '
154
155
# Try with single lock api
156
test_expect_success "'ipfs repo fsck' succeeds partial lock" '
157
- printf "/ip4/127.0.0.1/tcp/5001" > $IPFS_PATH/api &&
157
+ printf "/ip4/127.0.0.1/tcp/5001" > "$IPFS_PATH/api" &&
158
ipfs repo fsck > fsck_out_actual7
159
'
160
test/sharness/t0084-repo-read-rehash.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) Jakub Sztandera
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0085-pins.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2016 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0086-repo-verify.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2016 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0087-repo-robust-gc.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2016 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0088-repo-stat-symlink.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2017 John Reed
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0090-get.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2015 Matt Bell
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0100-name.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0101-iptb-name.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0110-gateway.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2015 Matt Bell
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0111-gateway-writeable.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Christian Couder
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0112-gateway-cors.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2016 Marcin Rataj
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0120-bootstrap.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0121-bootstrap-iptb.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2016 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0125-twonode.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2017 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0130-multinode.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2015 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0131-multinode-client-routing.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2015 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0140-swarm.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0141-addfilter.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0150-clisuggest.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
3
test_description="Test ipfs cli cmd suggest"
4
test/sharness/t0151-sysdiag.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2015 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0160-resolve.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
3
test_description="Test resolve command"
4
test/sharness/t0165-keystore.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2017 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0170-dht.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
3
test_description="Test dht command"
4
test/sharness/t0175-reprovider.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
3
test_description="Test reprovider"
4
test/sharness/t0180-p2p.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
3
test_description="Test experimental p2p commands"
4
test/sharness/t0180-pubsub.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
3
test_description="Test dht command"
4
test/sharness/t0181-private-network.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2015 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0182-circuit-relay.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
3
test_description="Test circuit relay"
4
test/sharness/t0183-namesys-pubsub.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
3
test_description="Test IPNS pubsub"
4
test/sharness/t0200-unixfs-ls.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Christian Couder
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0210-tar.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2015 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0220-bitswap.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2015 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0230-channel-streaming-http-content-type.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2015 Cayman Nava
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0231-channel-streaming.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2015 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0235-cli-request.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2015 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0240-republisher.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0250-files-api.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2015 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0251-files-flushing.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2016 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0252-files-gc.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2016 Kevin Atkinson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0260-sharding.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2014 Christian Couder
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0270-filestore.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2017 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0271-filestore-utils.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2017 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0275-cid-security.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2017 Jakub Sztandera
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0280-plugin-git.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2017 Jakub Sztandera
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0300-docker-image.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2015 Christian Couder
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0301-docker-migrate.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2017 Whyrusleeping
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0400-api-security.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2016 Lars Gierth
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0410-api-add.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2016 Tom O'Donnell
4
# MIT Licensed; see the LICENSE file in this repository.
test/sharness/t0500-issues-and-regressions-offline.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
3
test_description="Tests for various fixed issues and regressions."
4
test/sharness/t0600-issues-and-regressions-online.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
3
test_description="Tests for various fixed issues and regressions."
4
test/sharness/x0601-pin-fail-test.sh
+1
-1
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/usr/bin/env bash
2
#
3
# Copyright (c) 2016 Jeromy Johnson
4
# MIT Licensed; see the LICENSE file in this repository.