Author: jkeenan
Date: Thu Aug 14 20:19:16 2008
New Revision: 30243
Modified:
trunk/t/steps/auto_snprintf-01.t
Log:
4 config step tests were failing to clean up after themselves, leaving results
of C probes in top-level directory. 1 remaining cases fixed.
Modified: trunk/t/steps/auto_snprintf-01.t
==============================================================================
--- trunk/t/steps/auto_snprintf-01.t (original)
+++ trunk/t/steps/auto_snprintf-01.t Thu Aug 14 20:19:16 2008
@@ -111,6 +111,9 @@
ok($conf->data->get('HAS_SNPRINTF'),
"Got expected value");
}
+
+$conf->cc_clean();
+
pass("Completed all tests in $0");
################### DOCUMENTATION ###################