aboutsummaryrefslogtreecommitdiff
path: root/source/1.0/src/shflags_test_private.sh
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2008-11-12 20:14:19 +0000
committerkate.ward <kate.ward@forestent.com>2008-11-12 20:14:19 +0000
commit5ed38f03e8f1700c76b4fcb15aa33f1932008370 (patch)
tree90934e4bd8b3747f3d7e2131fefaabb450258554 /source/1.0/src/shflags_test_private.sh
parent31cb24f2ba51a35718f4262c9fc8ea27256cdf6a (diff)
downloadshflags-5ed38f03e8f1700c76b4fcb15aa33f1932008370.tar.gz
moved common things into shflags_test_helpers, and added Id keyword
Diffstat (limited to 'source/1.0/src/shflags_test_private.sh')
-rwxr-xr-xsource/1.0/src/shflags_test_private.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/1.0/src/shflags_test_private.sh b/source/1.0/src/shflags_test_private.sh
index 9f8d4ce..0da8fae 100755
--- a/source/1.0/src/shflags_test_private.sh
+++ b/source/1.0/src/shflags_test_private.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
#