From: <svn...@op...> - 2009-04-12 20:43:46
|
Author: scriptor Date: Sun Apr 12 22:43:33 2009 New Revision: 5592 URL: http://www.opensync.org/changeset/5592 Log: Fixed error message. Modified: plugins/ldap-sync/tests/check_convert_from_to Modified: plugins/ldap-sync/tests/check_convert_from_to ============================================================================== --- plugins/ldap-sync/tests/check_convert_from_to Sun Apr 12 22:43:27 2009 (r5591) +++ plugins/ldap-sync/tests/check_convert_from_to Sun Apr 12 22:43:33 2009 (r5592) @@ -12,7 +12,7 @@ if test -z "$SOURCEFORMAT_EXPRESSION"; then - echo "$FILE:$LINENO: ERROR: \$TARGETFORMAT is empty. Exiting." + echo "$FILE:$LINENO: ERROR: \$SOURCEFORMAT_EXPRESSION is empty. Exiting." exit 1; fi @@ -81,7 +81,7 @@ echo "TMPDIR = \"$TMPDIR\"" -echo -e "\n\n\nAbout to convert to $TARGETFORMAT:" +echo -e "\n\n\nAbout to be converted to $TARGETFORMAT:" for f in $SOURCEFORMAT_EXPRESSION; do echo "$f" done |