Skip to content

Commit

Permalink
Fix typos from chromatic's patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Robinson committed Sep 14, 2010
1 parent 3e0bf84 commit 81e0e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions puppet_spec.sh
Expand Up @@ -52,10 +52,10 @@ for SPEC in $(find $TEST_DIR -name '*_spec.sh' | sort) ; do
continue
fi

result=$($spec 2>&1)
result=$($SPEC 2>&1)
TEST_ERROR=$?

if [ $TEST_ERROR -eq $EXIT_OK ] then
if [ $TEST_ERROR -eq $EXIT_OK ] ; then
echo -n .
else
# JJM Detect if script exited with code $EXIT_NOT_APPLICABLE
Expand Down

0 comments on commit 81e0e95

Please sign in to comment.