Changeset 3282
- Timestamp:
- 04/20/08 13:41:48 (5 months ago)
- Files:
-
- trunk/tests/ipc-tests/check_ipc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tests/ipc-tests/check_ipc.c
r3280 r3282 836 836 fail_unless(error == NULL, NULL); 837 837 838 if ( system("chmod 000 /tmp/testpipe"))838 if (osync_testing_file_chmod("/tmp/testpipe", 000)) 839 839 abort(); 840 840
