Unverified Commit 4d6e32a5 by Stéphane Graber Committed by GitHub

Merge pull request #3187 from brauner/launchpad_bug_1848587

tests: use /dev/null instead of /dev/network_latency
parents d396dd9d 920cbb00
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <lxc/lxccontainer.h> #include <lxc/lxccontainer.h>
#define NAME "device_add_remove_test" #define NAME "device_add_remove_test"
#define DEVICE "/dev/network_latency" #define DEVICE "/dev/loop-control"
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment