Skip to content

Commit

Permalink
Issue #513: don't call the command in the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Oct 5, 2020
1 parent 7c5d013 commit 3454316
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/test/Console/Command/Dev/Git/InstallHooks.t
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# --
# OTOBO is a web-based ticketing system for service organisations.
# --
# Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
# Copyright (C) 2019-2020 Rother OSS GmbH, https://otobo.de/
# Copyright (C) 2020 Rother OSS GmbH, https://otobo.de/
# --
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
Expand All @@ -19,7 +18,9 @@ use strict;
use warnings;
use utf8;

use vars (qw($Self));
use Test2::V0;

skip_all( 'skip this test because the testsuite should not change the users git configuration' );

my $CommandObject = $Kernel::OM->Get('Kernel::System::Console::Command::Dev::Git::InstallHooks');

Expand Down

0 comments on commit 3454316

Please sign in to comment.