Changeset 2652
- Timestamp:
- 10/28/07 05:50:03 (1 year ago)
- Files:
-
- format-plugins/vformat/tests/conversion-tests/conversion.c (modified) (2 diffs)
- format-plugins/vformat/tests/support.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
format-plugins/vformat/tests/conversion-tests/conversion.c
r1951 r2652 1 1 #include "conversion.h" 2 #include <stdio.h> 2 3 3 4 void conv(const char *objtype, const char *filename, const char *extension) … … 15 16 fail_unless(format_env != NULL, NULL); 16 17 17 fail_unless(osync_format_env_load_plugins(format_env, NULL, &error), NULL);18 fail_unless(osync_format_env_load_plugins(format_env, testbed, &error), NULL); 18 19 19 20 char *buffer; format-plugins/vformat/tests/support.c
r2281 r2652 40 40 g_free(dirname); 41 41 } 42 43 command = g_strdup_printf("cp ../src/*.so* %s", testbed); 44 if (system(command)) 45 abort(); 46 g_free(command); 42 47 43 48 command = g_strdup_printf("chmod -R 700 %s", testbed);
