From 9da7c617fc67c629290b27309a4398566b69302a Mon Sep 17 00:00:00 2001 From: Jingfang Liu Date: Fri, 4 May 2018 09:29:41 -0700 Subject: [PATCH] change test script to use ldap from the new location --- test/main.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/main.sh b/test/main.sh index 334ed8081..f93bef978 100755 --- a/test/main.sh +++ b/test/main.sh @@ -31,10 +31,7 @@ go install ./cmd/kustomize || { exit_with "Failed to install kustomize"; } export PATH=$GOPATH/bin:$PATH home=`pwd` -example_dir="some/default/dir/for/examples" -if [ $# -eq 1 ]; then - example_dir=$1 -fi +example_dir="./cmd/kustomize/demos/data/ldap/base" if [ ! -d ${example_dir} ]; then exit_with "directory ${example_dir} doesn't exist" fi