Changeset 3534
- Timestamp:
- 08/15/08 18:09:00 (4 months ago)
- Files:
-
- 1 modified
-
trunk/tests/support.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/support.c
r3507 r3534 661 661 int ret; 662 662 663 cmd = g_strdup_printf("test \"x`(" DIFF " -x \".*\" %s %s)`\" = \"x\"", file1, file2); 663 osync_assert(file1); 664 osync_assert(file2); 665 666 cmd = g_strdup_printf(DIFF " -x \".*\" %s %s", file1, file2); 664 667 ret = system(cmd); 665 668 g_free(cmd);
