Skip to content

Commit

Permalink
which sha
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Mar 1, 2024
1 parent fe4a57b commit 364d873
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions _AutoinstallCreator/test_sha256.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import os
import pathlib
import shutil
import subprocess
import sys
import unittest


class TestSha256(unittest.TestCase):
def test_sha256_info(self):
print(f"shasum: {shutil.which('shasum')}")
print(f"sha256sum: {shutil.which('sha256sum')}")

0 comments on commit 364d873

Please sign in to comment.