summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/win_module_utils/library/legacy_only_old_way.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/win_module_utils/library/legacy_only_old_way.ps1')
-rw-r--r--test/integration/targets/win_module_utils/library/legacy_only_old_way.ps15
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/targets/win_module_utils/library/legacy_only_old_way.ps1 b/test/integration/targets/win_module_utils/library/legacy_only_old_way.ps1
new file mode 100644
index 0000000..3c6b083
--- /dev/null
+++ b/test/integration/targets/win_module_utils/library/legacy_only_old_way.ps1
@@ -0,0 +1,5 @@
+#!powershell
+
+# POWERSHELL_COMMON
+
+Exit-Json @{ data = "success" }