fcfb73cd2dc944a0a10ef34699dcb0c185ea8e6a
max
  Wed May 26 05:12:50 2021 -0700
Trying to give users a clearer idea how many licenses this repo
contains, what is under which license and who to contact to get the
license. refs #27614

diff --git src/utils/scaffoldFaToAgp/test/runtest src/utils/scaffoldFaToAgp/test/runtest
deleted file mode 100644
index 7eee0aa..0000000
--- src/utils/scaffoldFaToAgp/test/runtest
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/csh -f
-
-# run on test file, diff with "golden" file
-
-${HOME}/bin/${MACHTYPE}/scaffoldFaToAgp test.fa  >& /dev/null
-
-diff test.agp test.agp.gold > /dev/null
-set status1 = $status
-diff test.lft test.lft.gold > /dev/null
-set status2 = $status
-diff test.gap test.gap.gold > /dev/null
-if ($status || $status1 || $status2) then
-    echo '*** FAIL ***'
-endif
-rm -f test.lft test.agp test.gap