Skip to content

Commit

Permalink
Sub test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 29, 2024
1 parent f396667 commit bfc8670
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
/c/msys64/usr/bin/bash --noprofile --norc -eo pipefail ./test.sh
./test.sh
./test.pl
./sub-test.pl
- name: env (bash)
shell: bash
Expand Down
3 changes: 3 additions & 0 deletions sub-test.pl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env perl
$ENV{'maybe'}='something';
print join "\n", map { "$_=$ENV{$_}" } keys %ENV;

0 comments on commit bfc8670

Please sign in to comment.