From 3f1aea2f535e15b0a8b6076310a07fbdc9be22d8 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 29 Apr 2014 12:45:41 +0200 Subject: [PATCH] test: require latest clknetsim This is needed for async name resolving and dropping root privileges. --- test/simulation/test.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/simulation/test.common b/test/simulation/test.common index 1a43138..ed5ff04 100644 --- a/test/simulation/test.common +++ b/test/simulation/test.common @@ -18,7 +18,7 @@ export PATH=../../:$PATH export CLKNETSIM_PATH=clknetsim # Known working clknetsim revision -clknetsim_revision=c25faaf0a08e33e281bf33b209f4e295624b28b2 +clknetsim_revision=d554f187c4d196bfc10c193143d24ce724051594 clknetsim_url=https://github.com/mlichvar/clknetsim/archive/$clknetsim_revision.tar.gz # Only Linux is supported