| 317 | | fail_unless(!system("test \"x$(ls data1/testdata)\" = \"xdata1/testdata\""), NULL); |
|---|
| 318 | | fail_unless(!system("test \"x$(ls data1/testdata2)\" = \"xdata1/testdata2\""), NULL); |
|---|
| 319 | | fail_unless(!system("test \"x$(ls data1/testdata3)\" = \"xdata1/testdata3\""), NULL); |
|---|
| 320 | | fail_unless(!system("test \"x$(ls data1/vcard.vcf)\" = \"xdata1/vcard.vcf\""), NULL); |
|---|
| 321 | | |
|---|
| 322 | | fail_unless(!system("test \"x$(ls data2/testdata3)\" = \"xdata2/testdata3\""), NULL); |
|---|
| 323 | | fail_unless(!system("test \"x$(ls data2/vcard.vcf)\" = \"xdata2/vcard.vcf\""), NULL); |
|---|
| | 317 | fail_unless(osync_testing_file_exists("data1/testdata"), NULL); |
|---|
| | 318 | fail_unless(osync_testing_file_exists("data1/testdata2"), NULL); |
|---|
| | 319 | fail_unless(osync_testing_file_exists("data1/testdata3"), NULL); |
|---|
| | 320 | fail_unless(osync_testing_file_exists("data1/vcard.vcf"), NULL); |
|---|
| | 321 | |
|---|
| | 322 | fail_unless(osync_testing_file_exists("data2/testdata3"), NULL); |
|---|
| | 323 | fail_unless(osync_testing_file_exists("data2/vcard.vcf"), NULL); |
|---|
| 406 | | fail_unless(!system("test \"x$(ls data1/testdata)\" = \"xdata1/testdata\""), NULL); |
|---|
| 407 | | fail_unless(!system("test \"x$(ls data1/testdata2)\" = \"xdata1/testdata2\""), NULL); |
|---|
| 408 | | fail_unless(!system("test \"x$(ls data2/testdata2)\" = \"xdata2/testdata2\""), NULL); |
|---|
| | 406 | fail_unless(osync_testing_file_exists("data1/testdata"), NULL); |
|---|
| | 407 | fail_unless(osync_testing_file_exists("data1/testdata2"), NULL); |
|---|
| | 408 | fail_unless(osync_testing_file_exists("data2/testdata2"), NULL); |
|---|