if archiver.FORK_DEFAULT:
        output = cmd(archiver, "recreate", "--target=asdf", exit_code=2)
        assert "Need to specify single archive" in output
    else:
        with pytest.raises(CommandError):