From daa6b95b08e41357f80821ff3e901b3620204236 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Thu, 29 Mar 2012 17:12:23 +0200 Subject: [PATCH] test: move simple/test-crypto-dh to pummel/ The test is too slow / CPU intensive for the main test harness. --- test/{simple => pummel}/test-crypto-dh.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{simple => pummel}/test-crypto-dh.js (100%) diff --git a/test/simple/test-crypto-dh.js b/test/pummel/test-crypto-dh.js similarity index 100% rename from test/simple/test-crypto-dh.js rename to test/pummel/test-crypto-dh.js