]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/pxe-test.c
keyval: Restrict key components to valid QAPI names
[mirror_qemu.git] / tests / pxe-test.c
index 5d3ddbe5e95986f7c01955a4b855576d72ed1399..34282d3704d30a87594d426b69500c89381ba0d0 100644 (file)
@@ -19,7 +19,7 @@
 
 #define NETNAME "net0"
 
-static const char *disk = "tests/pxe-test-disk.raw";
+static char disk[] = "tests/pxe-test-disk-XXXXXX";
 
 static void test_pxe_one(const char *params, bool ipv6)
 {