Add sh shebang to tests so we get syntax highlighting

This commit is contained in:
Luke Childs 2016-10-20 16:27:24 +01:00
parent dd55eb6048
commit e26a39b1f2
11 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/bin/sh
export test_dir=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd) export test_dir=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
export repo_dir="$test_dir/.." export repo_dir="$test_dir/.."
export NVM_DIR="$repo_dir/.nvm" export NVM_DIR="$repo_dir/.nvm"

View File

@ -1,3 +1,4 @@
#!/bin/sh
source ../common.sh source ../common.sh
nvm_placeholder="nvm placeholder" nvm_placeholder="nvm placeholder"

View File

@ -1,3 +1,4 @@
#!/bin/sh
source ../common.sh source ../common.sh
# We don't need to actually load nvm for this test # We don't need to actually load nvm for this test

View File

@ -1,3 +1,4 @@
#!/bin/sh
source ../common.sh source ../common.sh
# Check nvm isn't already installed # Check nvm isn't already installed

View File

@ -1,3 +1,4 @@
#!/bin/sh
source ../common.sh source ../common.sh
# We don't need to actually load nvm for this test # We don't need to actually load nvm for this test

View File

@ -1,3 +1,4 @@
#!/bin/sh
source ../common.sh source ../common.sh
# Check nvm isn't already loaded # Check nvm isn't already loaded

View File

@ -1,3 +1,4 @@
#!/bin/sh
source ../common.sh source ../common.sh
# Load zsh-nvm # Load zsh-nvm

View File

@ -1 +1,2 @@
#!/bin/sh
rm -rf ../../.nvm rm -rf ../../.nvm

View File

@ -1,3 +1,4 @@
#!/bin/sh
source ../common.sh source ../common.sh
# Version to revert nvm to # Version to revert nvm to

View File

@ -1,3 +1,4 @@
#!/bin/sh
source ../common.sh source ../common.sh
# Version to revert nvm to # Version to revert nvm to

View File

@ -1 +1,2 @@
#!/bin/sh
rm -rf ../../.nvm rm -rf ../../.nvm