summaryrefslogtreecommitdiff
path: root/test/testpregap.c.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/testpregap.c.in')
-rw-r--r--test/testpregap.c.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/testpregap.c.in b/test/testpregap.c.in
index 1c71b0f4..280d6a83 100644
--- a/test/testpregap.c.in
+++ b/test/testpregap.c.in
@@ -67,14 +67,14 @@ typedef struct _pregap_list_t {
static pregap_list_t pregapList[] =
{
- { "@native_top_srcdir@/test/data/t2.toc", 1, 4425 },
- { "@native_top_srcdir@/test/data/t2.toc", 2, CDIO_INVALID_LSN },
- { "@native_top_srcdir@/test/data/p1.cue", 1, 0 },
- { "@native_top_srcdir@/test/data/p1.cue", 2, 150 },
- { "@native_top_srcdir@/test/data/p1.cue", 3, CDIO_INVALID_LSN },
+ { "@native_abs_top_srcdir@/test/data/t2.toc", 1, 4425 },
+ { "@native_abs_top_srcdir@/test/data/t2.toc", 2, CDIO_INVALID_LSN },
+ { "@native_abs_top_srcdir@/test/data/p1.cue", 1, 0 },
+ { "@native_abs_top_srcdir@/test/data/p1.cue", 2, 150 },
+ { "@native_abs_top_srcdir@/test/data/p1.cue", 3, CDIO_INVALID_LSN },
/* { "p1.nrg", 1, 0 }, Nero did not create the proper pre-gap - bleh */
- { "@native_top_srcdir@/test/data/p1.nrg", 2, 225 },
- { "@native_top_srcdir@/test/data/p1.nrg", 3, CDIO_INVALID_LSN }
+ { "@native_abs_top_srcdir@/test/data/p1.nrg", 2, 225 },
+ { "@native_abs_top_srcdir@/test/data/p1.nrg", 3, CDIO_INVALID_LSN }
};
#define NELEMS(v) (sizeof(v) / sizeof(v[0]))