diff options
author | Michael Vogt <mvo@debian.org> | 2014-05-29 12:23:51 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-05-29 12:23:51 +0200 |
commit | 7adaab0430308a17f1db279f0ebbed8068dd4308 (patch) | |
tree | 47ee7ee7506b363c80939037833ae933ea300633 /test | |
parent | e1a69e71efc0679815f722480169f16bf02622ab (diff) | |
parent | b29599105ed9a5bb38b55cb066ef81256d66be41 (diff) |
Merge remote-tracking branch 'mvo/debian/sid' into debian/sid
Diffstat (limited to 'test')
-rw-r--r-- | test/libapt/cdrom_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libapt/cdrom_test.cc b/test/libapt/cdrom_test.cc index 626ef538e..5cf3b353c 100644 --- a/test/libapt/cdrom_test.cc +++ b/test/libapt/cdrom_test.cc @@ -91,7 +91,7 @@ TEST(CDROMTest,ReduceSourcelist) } TEST(CDROMTest, FindMountPointForDevice) { - char * tempfile; + char * tempfile = NULL; FileFd fd; createTemporaryFile("mountpoints", fd, &tempfile, "rootfs / rootfs rw 0 0\n" |