Closed richm closed 11 months ago
Use the #!/usr/bin/env bash shebang which is ansible-test friendly. This means we can remove get_ostree_data.sh from the .sanity files. This also means we can remove the .sanity files if we do not need them otherwise.
#!/usr/bin/env bash
Rename pth to path in honor of nscott
pth
path
Signed-off-by: Rich Megginson rmeggins@redhat.com
Use the
#!/usr/bin/env bash
shebang which is ansible-test friendly. This means we can remove get_ostree_data.sh from the .sanity files. This also means we can remove the .sanity files if we do not need them otherwise.Rename
pth
topath
in honor of nscottSigned-off-by: Rich Megginson rmeggins@redhat.com