From: <svn...@op...> - 2009-03-30 20:24:17
|
Author: henrik Date: Mon Mar 30 22:23:58 2009 New Revision: 5473 URL: http://www.opensync.org/changeset/5473 Log: small change so KEEP_TEMP_FILES does not fail Modified: plugins/mozilla-sync/trunk/tests/blackbox_test_common.shinc.in Modified: plugins/mozilla-sync/trunk/tests/blackbox_test_common.shinc.in ============================================================================== --- plugins/mozilla-sync/trunk/tests/blackbox_test_common.shinc.in Mon Mar 30 22:13:38 2009 (r5472) +++ plugins/mozilla-sync/trunk/tests/blackbox_test_common.shinc.in Mon Mar 30 22:23:58 2009 (r5473) @@ -67,10 +67,6 @@ rm -rf "${DIR}" || true done fi - else - for DIR in "${PATHS_TO_CLEAN[@]}"; do - echo "Not deleting [${DIR}]" - done fi } |