summaryrefslogtreecommitdiff
path: root/tests/examples/running-commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/running-commands.py')
-rw-r--r--tests/examples/running-commands.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/examples/running-commands.py b/tests/examples/running-commands.py
index 6290204a9..1fad3e651 100644
--- a/tests/examples/running-commands.py
+++ b/tests/examples/running-commands.py
@@ -18,7 +18,6 @@ DATA_DIR = os.path.join(
@pytest.mark.datafiles(DATA_DIR)
def test_running_commands_build(cli, tmpdir, datafiles):
project = os.path.join(datafiles.dirname, datafiles.basename)
- checkout = os.path.join(cli.directory, 'checkout')
result = cli.run(project=project, args=['build', 'hello.bst'])
assert result.exit_code == 0