3a065d997b16bf72f96a84e5d08323d5fa7adde0 kent Sun Sep 1 17:03:29 2019 -0700 Adding test script driver. diff --git src/hca/hcat/hcatTabUpdate/tests/doTest.csh src/hca/hcat/hcatTabUpdate/tests/doTest.csh new file mode 100755 index 0000000..f267e60 --- /dev/null +++ src/hca/hcat/hcatTabUpdate/tests/doTest.csh @@ -0,0 +1,5 @@ +#!/bin/tcsh -efx +rm -rf out +hcatTabUpdate in out +diff -r expected out +echo "looks good"