From 23dc97f8c2543cf67881dd6d4a351e95318637db Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 21 Jul 2014 18:25:54 -0500 Subject: [PATCH] rename local tests to end in test.c ok beck@ guenther@ --- tests/{fork_rand.c => pidwraptest.c} | 0 tests/{run_fork_rand.sh => pidwraptest.sh} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/{fork_rand.c => pidwraptest.c} (100%) rename tests/{run_fork_rand.sh => pidwraptest.sh} (100%) diff --git a/tests/fork_rand.c b/tests/pidwraptest.c similarity index 100% rename from tests/fork_rand.c rename to tests/pidwraptest.c diff --git a/tests/run_fork_rand.sh b/tests/pidwraptest.sh similarity index 100% rename from tests/run_fork_rand.sh rename to tests/pidwraptest.sh