diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-18 13:15:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-18 13:15:24 +0000 |
| commit | 8af7b48d8831cf348163a2f61c14b059cd67a8fd (patch) | |
| tree | b43664bcaa3836b1496ec42e31563ad20b51edc9 /test | |
| parent | 6e72e1d36f23a4236c4677f22792a6a4590943a3 (diff) | |
Remove submodule of test/private as submodules don't seem to work too well with git-annex.
Diffstat (limited to 'test')
| m--------- | test/private | 0 | ||||
| -rw-r--r-- | test/test.cc | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/private b/test/private deleted file mode 160000 -Subproject b1b56652bd67e74817e02933412190b33d4823b diff --git a/test/test.cc b/test/test.cc index c58966f4..0f60e0f1 100644 --- a/test/test.cc +++ b/test/test.cc @@ -46,5 +46,5 @@ wav (libdcp::Channel) return "test/data/1s_24-bit_48k_silence.wav"; } -string private_test = "test/private"; +string private_test = "../libdcp-test-private"; |
