mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-01 05:54:22 +00:00
1a65993d36
Signed-off-by: Adam Williamson <awilliam@redhat.com>
8 lines
144 B
Perl
Executable File
8 lines
144 B
Perl
Executable File
#!/usr/bin/perl
|
|
# Copyright 2021 SUSE LLC
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
use Test::Strict;
|
|
use Test::Code::TidyAll;
|
|
tidyall_ok();
|