]> git.ipfire.org Git - thirdparty/git.git/commit
t9300: create marks files for double-import-marks test
authorJeff King <peff@peff.net>
Thu, 29 Aug 2019 17:43:23 +0000 (13:43 -0400)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 4 Dec 2019 12:20:03 +0000 (13:20 +0100)
commit816f806786e12435163c591942a204c5a3bdd795
tree82ec316f687e84444dd516a1106ee566b84c6944
parentf94804c1f2626831c6bdf8cc269a571324e3f2f2
t9300: create marks files for double-import-marks test

Our tests confirm that providing two "import-marks" options in a
fast-import stream is an error. However, the invoked command would fail
even without covering this case, because the marks files themselves do
not actually exist.  Let's create the files to make sure we fail for the
right reason (we actually do, because the option parsing happens before
we open anything, but this future-proofs our test).

Signed-off-by: Jeff King <peff@peff.net>
t/t9300-fast-import.sh