Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 532296 | Differences between
and this patch

Collapse All | Expand All

(-)libical-1.0.1/src/test/recur.c~ (-1 / +1 lines)
Lines 82-88 Link Here
82
#endif
82
#endif
83
	
83
	
84
    if (argc <= 1){
84
    if (argc <= 1){
85
		file = "../../test-data/recur.txt";
85
		file = TEST_DATADIR "/recur.txt";
86
    } else if (argc == 2){
86
    } else if (argc == 2){
87
		file = argv[1];
87
		file = argv[1];
88
    } else {
88
    } else {
(-)libical-1.0.1/src/test/testvcal.c~ (-1 / +1 lines)
Lines 44-50 Link Here
44
    char* file;
44
    char* file;
45
45
46
    if (argc != 2){
46
    if (argc != 2){
47
        file = "../../test-data/user-cal.vcf";
47
        file = TEST_DATADIR "/user-cal.vcf";
48
    } else {
48
    } else {
49
        file = argv[1];
49
        file = argv[1];
50
    }
50
    }

Return to bug 532296