e8aaa565436765bfa0b90ec7133ccb2418bf20d1 kent Mon Aug 12 21:48:37 2019 -0700 Adapting to where I think Max must have moved things. diff --git src/tabFile/tabToTabDir/tests/doTest.csh src/tabFile/tabToTabDir/tests/doTest.csh index 2216e43..c994608 100755 --- src/tabFile/tabToTabDir/tests/doTest.csh +++ src/tabFile/tabToTabDir/tests/doTest.csh @@ -1,5 +1,5 @@ #!/bin/tcsh -efx rm -rf out -tabToTabDir in.tsv spec.txt out +tabToTabDir input/in.tsv input/spec.txt out diff -r expected out echo "looks good"