Skip to content

Commit

Permalink
fix fox Unquoted $^X in date.t #505 (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
kal247 committed Mar 18, 2024
1 parent 099cbdb commit 0c625c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/date/date.t
Expand Up @@ -5,7 +5,7 @@ use warnings;
use Test::More 1;

subtest dash_u => sub {
my $date = `$^X bin/date -u`;
my $date = `"$^X" bin/date -u`;
like $date, qr/\bUTC\b/;
};

Expand Down

0 comments on commit 0c625c7

Please sign in to comment.