aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
#