remove unused input arg (#2367)

Co-authored-by: Michael Haag <5632822+MHaggis@users.noreply.github.com>
This commit is contained in:
Carrie Roberts
2023-03-16 09:47:23 -06:00
committed by GitHub
parent 535c693a65
commit 6a7bdf14d9
+1 -5
View File
@@ -187,10 +187,6 @@ atomic_tests:
description: Encoded #!/bin/dash script
type: string
default: IyEvYmluL2Rhc2gKZWNobyAiaHR0cHM6Ly93d3cueW91dHViZS5jb20vQGF0b21pY3NvbmFmcmlkYXkgRlRXIgo=
zsh_encoded:
description: Encoded #!/bin/zsh script
type: string
default: IyEvYmluL3pzaAplY2hvICJodHRwczovL3d3dy55b3V0dWJlLmNvbS9AYXRvbWljc29uYWZyaWRheSBGVFciCg==
fish_encoded:
description: Encoded #!/bin/fish script
type: string
@@ -214,4 +210,4 @@ atomic_tests:
echo #{dash_encoded} | base64 -d | bash
echo #{fish_encoded} | base64 -d | bash
echo #{sh_encoded} | base64 -d | bash