Skip to content

Commit f658960

Browse files
committed
Replace -T flag with -n to support mac version of ln.
1 parent 4aeb90b commit f658960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TEST_COMMAND = ln -sfT $(ACTUAL_PATH)/bam/test/testFiles testFilesLibBam; \
1+
TEST_COMMAND = ln -sfn $(ACTUAL_PATH)/bam/test/testFiles testFilesLibBam; \
22
mkdir -p results; ./samTests.sh && \
33
./testFilter.sh && ./testSeq.sh && \
44
./testRevert.sh && ./testDiff.sh && \

0 commit comments

Comments
 (0)