aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKate Ward <kate.ward@forestent.com>2020-04-11 13:38:02 +0200
committerKate Ward <kate.ward@forestent.com>2020-04-11 13:38:02 +0200
commit1da6c324c05ce5de086ef7016730c02ae766a9d0 (patch)
tree0acf25a052d03b96dc4b59d71ae0d04f3c33df36
parented8aff361490c18cedfcdeddd4406622714954e3 (diff)
downloadshflags-1da6c324c05ce5de086ef7016730c02ae766a9d0.tar.gz
Removed unused TH_MY_NAME variable.
-rw-r--r--shflags_test_helpers4
1 files changed, 0 insertions, 4 deletions
diff --git a/shflags_test_helpers b/shflags_test_helpers
index 77dbf28..36f651f 100644
--- a/shflags_test_helpers
+++ b/shflags_test_helpers
@@ -34,10 +34,6 @@ th_warn() { echo "test:WARN $*" >&2; }
th_error() { echo "test:ERROR $*" >&2; }
th_fatal() { echo "test:FATAL $*" >&2; exit 1; }
-# My name.
-TH_MY_NAME=`basename "$0"` || th_fatal 'Error executing basename.'
-export TH_MY_NAME
-
# Path to shFlags library. Can be overridden by setting SHFLAGS_INC.
TH_SHFLAGS=${SHFLAGS_INC:-./shflags}; export TH_SHFLAGS