aboutsummaryrefslogtreecommitdiff
path: root/shflags_test_helpers
diff options
context:
space:
mode:
Diffstat (limited to 'shflags_test_helpers')
-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