summaryrefslogtreecommitdiff
path: root/share/python/lib/runcmd_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/python/lib/runcmd_test.py')
-rw-r--r--share/python/lib/runcmd_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/python/lib/runcmd_test.py b/share/python/lib/runcmd_test.py
index 6aa435a..4aa5f49 100644
--- a/share/python/lib/runcmd_test.py
+++ b/share/python/lib/runcmd_test.py
@@ -8,7 +8,7 @@ def create_script_from_embedded(ctx, filename=None, embedded=None):
# Create the file.
files_create_from_embedded_with_other_name(
- ctx, filename_on_disk=filename, embedded_filename=embedded
+ ctx, filename_on_disk=filename, embedded_file=embedded
)
# Make the new file executable.