aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2008-11-12 20:15:11 +0000
committerkate.ward <kate.ward@forestent.com>2008-11-12 20:15:11 +0000
commitdf46be90ee170865d3bf888d7440a7fa91fcbaa1 (patch)
tree4774dab3a52b030f83adeff978c8eb02db36a8f3 /source
parentf99f4850561a1ab14a54fcc838aa2792aea0fab0 (diff)
downloadshflags-df46be90ee170865d3bf888d7440a7fa91fcbaa1.tar.gz
moved common things into shflags_test_helpers, and added Id keyword
Diffstat (limited to 'source')
-rwxr-xr-xsource/1.0/src/shflags_test_public.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/1.0/src/shflags_test_public.sh b/source/1.0/src/shflags_test_public.sh
index a2f6609..affdaa5 100755
--- a/source/1.0/src/shflags_test_public.sh
+++ b/source/1.0/src/shflags_test_public.sh
@@ -1,4 +1,5 @@
#! /bin/sh
+# $Id$
# vim:et:ft=sh:sts=2:sw=2
#
# Copyright 2008 Kate Ward. All Rights Reserved.
@@ -11,9 +12,6 @@
# load test helpers
. ./shflags_test_helpers
-# set shwordsplit for zsh
-[ -n "${ZSH_VERSION:-}" ] && setopt shwordsplit
-
#------------------------------------------------------------------------------
# suite tests
#